TenantOutboundConnector.TlsDomain property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property TlsDomain As SmtpDomainWithSubdomains
Get
Set
'Usage
Dim instance As TenantOutboundConnector
Dim value As SmtpDomainWithSubdomains
value = instance.TlsDomain
instance.TlsDomain = value
public SmtpDomainWithSubdomains TlsDomain { get; set; }
Property value
Type: Microsoft.Exchange.Data.SmtpDomainWithSubdomains
See also
Reference
TenantOutboundConnector members
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace