共用方式為


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

適用於