TenantInboundConnector.SenderDomains property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property SenderDomains As MultiValuedProperty(Of AddressSpace)
Get
Set
'Usage
Dim instance As TenantInboundConnector
Dim value As MultiValuedProperty(Of AddressSpace)
value = instance.SenderDomains
instance.SenderDomains = value
public MultiValuedProperty<AddressSpace> SenderDomains { get; set; }
Property value
Type: Microsoft.Exchange.Data.MultiValuedProperty<AddressSpace>
See also
Reference
TenantInboundConnector members
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace