ExpandDLType.Mailbox Property

Definition

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.

Applies to