EmailMailboxCapabilities Class
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.
Represents the capabilities associated with an email mailbox.
public ref class EmailMailboxCapabilities sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class EmailMailboxCapabilities final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class EmailMailboxCapabilities
Public NotInheritable Class EmailMailboxCapabilities
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
App capabilities |
email
emailSystem
|
Remarks
The Capabilities property provides access to this class.
Version history
Windows version | SDK version | Value added |
---|---|---|
1511 | 10586 | CanCreateFolder |
1511 | 10586 | CanDeleteFolder |
1511 | 10586 | CanEmptyFolder |
1511 | 10586 | CanMoveFolder |
1511 | 10586 | CanResolveRecipients |
1511 | 10586 | CanValidateCertificates |
Properties
CanCreateFolder |
Gets or sets a Boolean value indicating if folders can be created in the mailbox. |
CanDeleteFolder |
Gets or sets a Boolean value indicating if folders can be deleted from the mailbox. |
CanEmptyFolder |
Gets or sets a Boolean value indicating if folders in the mailbox can be emptied. |
CanForwardMeetings |
Gets or sets a Boolean value indicating whether an account is allowed to forward meeting requests. |
CanGetAndSetExternalAutoReplies |
Gets or sets a Boolean value indicating whether an account is allowed to get and set automatic reply email messages intended for external audiences. |
CanGetAndSetInternalAutoReplies |
Gets or sets a Boolean value indicating whether an account is allowed to get and set automatic reply email messages intended for internal audiences. |
CanMoveFolder |
Gets or sets a Boolean value indicating if folders in the mailbox can be moved. |
CanProposeNewTimeForMeetings |
Gets or sets a Boolean value indicating whether an account is allowed to propose a new meeting time. |
CanResolveRecipients |
Gets or sets a Boolean value that indicates whether the email mailbox is capable of resolving recipients. |
CanServerSearchFolders |
Gets or sets a Boolean value indicating whether a search of specific folders on the server can be initiated from this email mailbox. |
CanServerSearchMailbox |
Gets or sets a Boolean value indicating whether a search of the server can be initiated from this email mailbox. |
CanSmartSend |
Gets or sets a Boolean value indicating whether the email mailbox is allowed to attempt smart send. |
CanUpdateMeetingResponses |
Gets or sets a Boolean value indicating whether the email mailbox is allowed to update meeting responses. |
CanValidateCertificates |
Gets or sets a Boolean value that indicates whether the email mailbox is capable of validating certificates. |