EmailIrmInfo.CanPrintData Property

Definition

Gets or sets a Boolean value that indicates if the user is allowed to print the contents of the email message or any attachments.

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

Property Value

Boolean

bool

A Boolean value that indicates if the user is allowed to print the contents of the email message or any attachments.

Windows requirements

App capabilities
email emailSystem

Applies to