EmailConversation.LastEmailResponseKind 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 EmailMessageResponseKind for the conversation.
public:
property EmailMessageResponseKind LastEmailResponseKind { EmailMessageResponseKind get(); };
EmailMessageResponseKind LastEmailResponseKind();
public EmailMessageResponseKind LastEmailResponseKind { get; }
var emailMessageResponseKind = emailConversation.lastEmailResponseKind;
Public ReadOnly Property LastEmailResponseKind As EmailMessageResponseKind
Property Value
The last EmailMessageResponseKind for the conversation.
Windows requirements
App capabilities |
email
emailSystem
|