다음을 통해 공유


EmailIrmInfo.CanRemoveIrmOnResponse 속성

정의

받는 사람이 응답할 때 IRM(정보 권한 관리)을 제거할 수 있는지 여부를 나타내는 부울 값을 가져오거나 설정합니다.

public:
 property bool CanRemoveIrmOnResponse { bool get(); void set(bool value); };
bool CanRemoveIrmOnResponse();

void CanRemoveIrmOnResponse(bool value);
public bool CanRemoveIrmOnResponse { get; set; }
var boolean = emailIrmInfo.canRemoveIrmOnResponse;
emailIrmInfo.canRemoveIrmOnResponse = boolean;
Public Property CanRemoveIrmOnResponse As Boolean

속성 값

Boolean

bool

받는 사람이 응답할 때 IRM을 제거할 수 있는지 여부를 나타내는 부울 값입니다.

Windows 요구 사항

앱 기능
email emailSystem

적용 대상