DistinguishedFolderIdType.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 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.