EmailMessage.LastResponseKind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|