EmailAddressType.MailboxType Property
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.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
Public Property MailboxType As MailboxTypeType
public MailboxTypeType MailboxType { get; set; }
public:
property MailboxTypeType MailboxType {
MailboxTypeType get ();
void set (MailboxTypeType value);
}
/** @property */
public MailboxTypeType get_MailboxType ()
/** @property */
public void set_MailboxType (MailboxTypeType value)
public function get MailboxType () : MailboxTypeType
public function set MailboxType (value : MailboxTypeType)
Property Value
The MailboxType property gets a MailboxTypeType enumeration.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also