EmailNotificationTriggerDetails.EmailMessage Property

Definition

An EmailMessage object that contains additional details about the email.

public:
 property EmailMessage ^ EmailMessage { EmailMessage ^ get(); };
EmailMessage EmailMessage();
public EmailMessage EmailMessage { get; }
var emailMessage = emailNotificationTriggerDetails.emailMessage;
Public ReadOnly Property EmailMessage As EmailMessage

Property Value

The interface for Windows.ApplicationModel.Email.EmailMessage.

Windows requirements

App capabilities
accessoryManager

Remarks

The attachment data object for the Windows.ApplicationModel.Email.EmailMessage object associated with EmailNotificationTriggerDetails will always be null. The AccessoryManager APIs only provide a list of attachment files by name only.

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

Applies to

See also