AcceptedDomain.OutboundOnly property
Gets or sets a value that indicates whether the domain is used for outbound email only.
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property OutboundOnly As Boolean
Get
Set
'Usage
Dim instance As AcceptedDomain
Dim value As Boolean
value = instance.OutboundOnly
instance.OutboundOnly = value
public bool OutboundOnly { get; set; }
Property value
Type: System.Boolean
true if the domain is used for sending email only; otherwise, false.
See also
Reference
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace