EmailIrmInfo.IsIrmOriginator 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 sender is the information rights management (IRM) originator.
public:
property bool IsIrmOriginator { bool get(); void set(bool value); };
bool IsIrmOriginator();
void IsIrmOriginator(bool value);
public bool IsIrmOriginator { get; set; }
var boolean = emailIrmInfo.isIrmOriginator;
emailIrmInfo.isIrmOriginator = boolean;
Public Property IsIrmOriginator As Boolean
Property Value
Boolean
bool
A Boolean value that indicates if the sender is the information rights management (IRM) originator.
Windows requirements
App capabilities |
email
emailSystem
|