AlternateIdType.Mailbox Property
The Mailbox property gets or sets the mailbox primary SMTP address that contains the identifiers to translate.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Mailbox As String
Get
Set
'Usage
Dim instance As AlternateIdType
Dim value As String
value = instance.Mailbox
instance.Mailbox = value
public string Mailbox { get; set; }
Property Value
Type: System.String
The Mailbox property returns a mailbox primary SMTP address that contains the identifiers to translate.
See Also