RoutingAddress.LocalPart Property

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.