다음을 통해 공유


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

적용 대상