EmailMessage.IrmInfo 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 the Information Rights Management (IRM) information for this email message.
public:
property EmailIrmInfo ^ IrmInfo { EmailIrmInfo ^ get(); void set(EmailIrmInfo ^ value); };
EmailIrmInfo IrmInfo();
void IrmInfo(EmailIrmInfo value);
public EmailIrmInfo IrmInfo { get; set; }
var emailIrmInfo = emailMessage.irmInfo;
emailMessage.irmInfo = emailIrmInfo;
Public Property IrmInfo As EmailIrmInfo
Property Value
The Information Rights Management (IRM) information for this email message.
Windows requirements
App capabilities |
email
emailSystem
|