Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The LocalPart property gets the local 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 LocalPart As String
Get
'Usage
Dim instance As RoutingAddress
Dim value As String
value = instance.LocalPart
public string LocalPart { get; }
Property value
Type: System.String
The LocalPart property returns a string that contains the local part of the address or a null reference (Nothing in Visual Basic) if the address is invalid.