SmtpAddress.Domain property
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public ReadOnly Property Domain As String
Get
'Usage
Dim instance As SmtpAddress
Dim value As String
value = instance.Domain
public string Domain { get; }
Property value
Type: System.String