EmailMessage.SmimeData 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 S/MIME data associated with an email message. For more information, see the Certificate class.
public:
property IRandomAccessStreamReference ^ SmimeData { IRandomAccessStreamReference ^ get(); void set(IRandomAccessStreamReference ^ value); };
IRandomAccessStreamReference SmimeData();
void SmimeData(IRandomAccessStreamReference value);
public IRandomAccessStreamReference SmimeData { get; set; }
var iRandomAccessStreamReference = emailMessage.smimeData;
emailMessage.smimeData = iRandomAccessStreamReference;
Public Property SmimeData As IRandomAccessStreamReference
Property Value
The MIME data associated with an email message.
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10586.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v2.0)
|
App capabilities |
email
emailSystem
|
Remarks
For more information about S/MIME encryption and certificates, see [Secure/Multipurpose Internet Mail Extensions (S/MIME) Version 3.2
Message Specification.](https://tools.ietf.org/html/rfc5751 )