DistinguishedFolderIdType.Mailbox Property

Definition

The Mailbox property gets or sets a primary SMTP address of a principal for a delegate access scenario.

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 that represents a principal in a delegate access scenario.

Remarks

Proxy addresses are not allowed as a value for this property. This property is required for delegate access.

Applies to