EmailFolderInfo Class

Definition

Represents the display name of the email folder and whether notifications are enabled on the folder.

public ref class EmailFolderInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
class EmailFolderInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public sealed class EmailFolderInfo
Public NotInheritable Class EmailFolderInfo
Inheritance
Object Platform::Object IInspectable EmailFolderInfo
Attributes

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Phone.PhoneContract (introduced in v1.0)
App capabilities
accessoryManager

Remarks

Calling this API requires that the ID_CAP_SMS and ID_CAP_SMS_COMPANION capabilities be specified in the application manifest.

Properties

DisplayName

Represents the display name of the email folder.

IsNotificationEnabled

Gets a value indicating whether the email account can give notifications to the accessory application.

Applies to