EmailMailboxCapabilities EmailMailboxCapabilities EmailMailboxCapabilities EmailMailboxCapabilities Class

Definition

Represents the capabilities associated with an email mailbox.

public : sealed class EmailMailboxCapabilities : IEmailMailboxCapabilities, IEmailMailboxCapabilities2, IEmailMailboxCapabilities3public sealed class EmailMailboxCapabilities : IEmailMailboxCapabilities, IEmailMailboxCapabilities2, IEmailMailboxCapabilities3Public NotInheritable Class EmailMailboxCapabilities Implements IEmailMailboxCapabilities, IEmailMailboxCapabilities2, IEmailMailboxCapabilities3// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

The Capabilities property provides access to this class.

Properties

CanCreateFolder CanCreateFolder CanCreateFolder CanCreateFolder

Gets or sets a Boolean value indicating if folders can be created in the mailbox.

public : PlatForm::Boolean CanCreateFolder { get; set; }public bool CanCreateFolder { get; set; }Public ReadWrite Property CanCreateFolder As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

A Boolean value indicating if folders can be created in the mailbox.

Additional features and requirements
Device family
Windows 10 (introduced v10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v2)

CanDeleteFolder CanDeleteFolder CanDeleteFolder CanDeleteFolder

Gets or sets a Boolean value indicating if folders can be deleted from the mailbox.

public : PlatForm::Boolean CanDeleteFolder { get; set; }public bool CanDeleteFolder { get; set; }Public ReadWrite Property CanDeleteFolder As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

A Boolean value indicating if folders can be deleted from the mailbox.

Additional features and requirements
Device family
Windows 10 (introduced v10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v2)

CanEmptyFolder CanEmptyFolder CanEmptyFolder CanEmptyFolder

Gets or sets a Boolean value indicating if folders in the mailbox can be emptied.

public : PlatForm::Boolean CanEmptyFolder { get; set; }public bool CanEmptyFolder { get; set; }Public ReadWrite Property CanEmptyFolder As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

A Boolean value indicating if folders in the mailbox can be emptied.

Additional features and requirements
Device family
Windows 10 (introduced v10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v2)

CanForwardMeetings CanForwardMeetings CanForwardMeetings CanForwardMeetings

Gets or sets a Boolean value indicating whether an account is allowed to forward meeting requests.

public : PlatForm::Boolean CanForwardMeetings { get; set; }public bool CanForwardMeetings { get; set; }Public ReadWrite Property CanForwardMeetings As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

A Boolean value indicating whether an account is allowed to forward meeting requests.

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

public : PlatForm::Boolean CanGetAndSetExternalAutoReplies { get; set; }public bool CanGetAndSetExternalAutoReplies { get; set; }Public ReadWrite Property CanGetAndSetExternalAutoReplies As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

A Boolean value indicating whether an account is allowed to get and set automatic reply email messages intended for external audiences.

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

public : PlatForm::Boolean CanGetAndSetInternalAutoReplies { get; set; }public bool CanGetAndSetInternalAutoReplies { get; set; }Public ReadWrite Property CanGetAndSetInternalAutoReplies As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

A Boolean value indicating whether an account is allowed to get and set automatic reply email messages intended for internal audiences.

CanMoveFolder CanMoveFolder CanMoveFolder CanMoveFolder

Gets or sets a Boolean value indicating if folders in the mailbox can be moved.

public : PlatForm::Boolean CanMoveFolder { get; set; }public bool CanMoveFolder { get; set; }Public ReadWrite Property CanMoveFolder As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

A Boolean value indicating if folders in the mailbox can be moved.

Additional features and requirements
Device family
Windows 10 (introduced v10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v2)

CanProposeNewTimeForMeetings CanProposeNewTimeForMeetings CanProposeNewTimeForMeetings CanProposeNewTimeForMeetings

Gets or sets a Boolean value indicating whether an account is allowed to propose a new meeting time.

public : PlatForm::Boolean CanProposeNewTimeForMeetings { get; set; }public bool CanProposeNewTimeForMeetings { get; set; }Public ReadWrite Property CanProposeNewTimeForMeetings As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

A Boolean value indicating whether an account is allowed to propose a new meeting time.

CanResolveRecipients CanResolveRecipients CanResolveRecipients CanResolveRecipients

Gets or sets a Boolean value that indicates whether the email mailbox is capable of resolving recipients.

public : PlatForm::Boolean CanResolveRecipients { get; set; }public bool CanResolveRecipients { get; set; }Public ReadWrite Property CanResolveRecipients As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

The Boolean value that indicates whether the email mailbox is capable of resolving recipients.

Additional features and requirements
Device family
Windows 10 (introduced v10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v2)

CanServerSearchFolders CanServerSearchFolders CanServerSearchFolders CanServerSearchFolders

Gets or sets a Boolean value indicating whether a search of specific folders on the server can be initiated from this email mailbox.

public : PlatForm::Boolean CanServerSearchFolders { get; set; }public bool CanServerSearchFolders { get; set; }Public ReadWrite Property CanServerSearchFolders As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

The Boolean value indicating whether a search of specific folders on the server can be initiated from this email mailbox.

CanServerSearchMailbox CanServerSearchMailbox CanServerSearchMailbox CanServerSearchMailbox

Gets or sets a Boolean value indicating whether a search of the server can be initiated from this email mailbox.

public : PlatForm::Boolean CanServerSearchMailbox { get; set; }public bool CanServerSearchMailbox { get; set; }Public ReadWrite Property CanServerSearchMailbox As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

The Boolean value indicating whether a search of the server can be initiated from this email mailbox.

CanSmartSend CanSmartSend CanSmartSend CanSmartSend

Gets or sets a Boolean value indicating whether the email mailbox is allowed to attempt smart send.

public : PlatForm::Boolean CanSmartSend { get; set; }public bool CanSmartSend { get; set; }Public ReadWrite Property CanSmartSend As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

The Boolean value indicating whether the email mailbox is allowed to attempt smart send.

CanUpdateMeetingResponses CanUpdateMeetingResponses CanUpdateMeetingResponses CanUpdateMeetingResponses

Gets or sets a Boolean value indicating whether the email mailbox is allowed to update meeting responses.

public : PlatForm::Boolean CanUpdateMeetingResponses { get; set; }public bool CanUpdateMeetingResponses { get; set; }Public ReadWrite Property CanUpdateMeetingResponses As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

The Boolean value indicating whether the email mailbox is allowed to update meeting responses.

CanValidateCertificates CanValidateCertificates CanValidateCertificates CanValidateCertificates

Gets or sets a Boolean value that indicates whether the email mailbox is capable of validating certificates.

public : PlatForm::Boolean CanValidateCertificates { get; set; }public bool CanValidateCertificates { get; set; }Public ReadWrite Property CanValidateCertificates As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

The Boolean value that indicates whether the email mailbox is capable of validating certificates.

Additional features and requirements
Device family
Windows 10 (introduced v10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v2)