Share via


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.

See also

Reference

RoutingAddress structure

RoutingAddress members

Microsoft.Exchange.Data.Transport namespace