共用方式為


EmailMailboxAutoReplySettings.IsEnabled 屬性

定義

取得布林值,指出是否啟用自動回復。

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

void IsEnabled(bool value);
public bool IsEnabled { get; set; }
var boolean = emailMailboxAutoReplySettings.isEnabled;
emailMailboxAutoReplySettings.isEnabled = boolean;
Public Property IsEnabled As Boolean

屬性值

Boolean

bool

布林值,指出是否啟用自動回復。

Windows 需求

應用程式功能
email emailSystem

適用於