RoutingAddress.DomainPart Property
The DomainPart property gets the domain part of the address.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public ReadOnly Property DomainPart As String
Get
'Usage
Dim instance As RoutingAddress
Dim value As String
value = instance.DomainPart
public string DomainPart { get; }
Property Value
Type: System.String
The DomainPart property returns a string that contains the domain part of the address or a null reference (Nothing in Visual Basic) if the address is invalid.