EmailMessage.LastResponseKind 属性

定义

获取以引用此电子邮件发送的最后一种响应。

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

属性值

引用此电子邮件发送的最后一种响应。

Windows 要求

应用功能
email emailSystem

适用于