EmailMessageResponseKind Enum

Definition

Defines the type of response to an email message.

public enum class EmailMessageResponseKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class EmailMessageResponseKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum EmailMessageResponseKind
var value = Windows.ApplicationModel.Email.EmailMessageResponseKind.none
Public Enum EmailMessageResponseKind
Inheritance
EmailMessageResponseKind
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

Fields

Forward 3

The email message is a forwarded copy of another email message.

None 0

The email message is not a response to another email message.

Reply 1

The email message is a reply to the sender of another email message.

ReplyAll 2

The email message is a reply to the sender and all addressees of another email message.

Applies to