EmailAddress.MailboxType Property

Definition

Gets or sets the type of the email address.

public:
 property Nullable<Microsoft::Exchange::WebServices::Data::MailboxType> MailboxType { Nullable<Microsoft::Exchange::WebServices::Data::MailboxType> get(); void set(Nullable<Microsoft::Exchange::WebServices::Data::MailboxType> value); };
public Nullable<Microsoft.Exchange.WebServices.Data.MailboxType> MailboxType { get; set; }
Public Property MailboxType As Nullable(Of MailboxType)

Property Value

A mailbox type.

Applies to