Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the SMTP email address of the recipient that receives all email directed to the domain that is not delivered to another recipient.
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property CatchAllRecipientID As ADObjectId
Get
Set
'Usage
Dim instance As AcceptedDomain
Dim value As ADObjectId
value = instance.CatchAllRecipientID
instance.CatchAllRecipientID = value
public ADObjectId CatchAllRecipientID { get; set; }
Property value
Type: Microsoft.Exchange.Data.Directory.ADObjectId
An SMTP email address that receives all email sent to unknown recipients in the domain.
See also
Reference
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace