ArrayOfDLExpansionType.Mailbox 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 Mailbox property gets a mail-enabled Active Directory directory service object.
public:
property cli::array <ExchangeWebServices::EmailAddressType ^> ^ Mailbox { cli::array <ExchangeWebServices::EmailAddressType ^> ^ get(); void set(cli::array <ExchangeWebServices::EmailAddressType ^> ^ value); };
public ExchangeWebServices.EmailAddressType[] Mailbox { get; set; }
Public Property Mailbox As EmailAddressType()
Property Value
The Mailbox property returns an array of EmailAddressType objects.