EmailIrmInfo.CanPrintData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|