AcceptedDomain.MailFlowPartner property
Gets or sets an object identifier for another organization that participates in mail flow for this Exchange server.
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property MailFlowPartner As ADObjectId
Get
Set
'Usage
Dim instance As AcceptedDomain
Dim value As ADObjectId
value = instance.MailFlowPartner
instance.MailFlowPartner = value
public ADObjectId MailFlowPartner { get; set; }
Property value
Type: Microsoft.Exchange.Data.Directory.ADObjectId
The identifier of a mail flow partner.
See also
Reference
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace