EmailIrmInfo.CanExtractData 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 can copy the contents of an email message to the clipboard.
public:
property bool CanExtractData { bool get(); void set(bool value); };
bool CanExtractData();
void CanExtractData(bool value);
public bool CanExtractData { get; set; }
var boolean = emailIrmInfo.canExtractData;
emailIrmInfo.canExtractData = boolean;
Public Property CanExtractData As Boolean
Property Value
Boolean
bool
A Boolean value that indicates if the user can copy the contents of an email message to the clipboard.
Windows requirements
App capabilities |
email
emailSystem
|