共用方式為


EmailIrmInfo.CanReplyAll 屬性

定義

取得或設定 Boolean 值,指出是否允許收件者回復所有電子郵件訊息。

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

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

屬性值

Boolean

bool

布林值,指出是否允許收件者回復所有電子郵件訊息。

Windows 需求

應用程式功能
email emailSystem

適用於