共用方式為


EmailIrmInfo.CanPrintData 屬性

定義

取得或設定布林值,指出是否允許使用者列印電子郵件訊息或任何附件的內容。

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

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

屬性值

Boolean

bool

布林值,指出是否允許使用者列印電子郵件訊息或任何附件的內容。

Windows 需求

應用程式功能
email emailSystem

適用於