ExpandDLType.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 or sets the identifier of the distribution list to expand. This property is required. This is a read/write property.
public:
property ExchangeWebServices::EmailAddressType ^ Mailbox { ExchangeWebServices::EmailAddressType ^ get(); void set(ExchangeWebServices::EmailAddressType ^ value); };
public ExchangeWebServices.EmailAddressType Mailbox { get; set; }
Public Property Mailbox As EmailAddressType
Property Value
The Mailbox property returns an EmailAddressType object.
Remarks
The Mailbox property is set with an EmailAddressType object that contains either the e-mail address of a public distribution list or the item identifier of a private distribution list.