EmailMessage.LastResponseKind Property

Definition

Gets the last kind of response sent in reference to this email message.

public:
 property EmailMessageResponseKind LastResponseKind { EmailMessageResponseKind get(); void set(EmailMessageResponseKind value); };
EmailMessageResponseKind LastResponseKind();

void LastResponseKind(EmailMessageResponseKind value);
public EmailMessageResponseKind LastResponseKind { get; set; }
var emailMessageResponseKind = emailMessage.lastResponseKind;
emailMessage.lastResponseKind = emailMessageResponseKind;
Public Property LastResponseKind As EmailMessageResponseKind

Property Value

The last kind of response sent in reference to this email message.

Windows requirements

App capabilities
email emailSystem

Applies to