EmailAddressType.MailboxType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The MailboxType property gets or sets an instance of the MailboxTypeType class that specifies the type of mailbox that is represented by this instance of the EmailAddressType class.
public:
property ExchangeWebServices::MailboxTypeType MailboxType { ExchangeWebServices::MailboxTypeType get(); void set(ExchangeWebServices::MailboxTypeType value); };
public ExchangeWebServices.MailboxTypeType MailboxType { get; set; }
Public Property MailboxType As MailboxTypeType