EmailAttachment.Data 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 email attachment's data.
public:
property IRandomAccessStreamReference ^ Data { IRandomAccessStreamReference ^ get(); void set(IRandomAccessStreamReference ^ value); };
IRandomAccessStreamReference Data();
void Data(IRandomAccessStreamReference value);
public IRandomAccessStreamReference Data { get; set; }
var iRandomAccessStreamReference = emailAttachment.data;
emailAttachment.data = iRandomAccessStreamReference;
Public Property Data As IRandomAccessStreamReference
Property Value
The email attachment data.
Windows requirements
App capabilities |
email
emailSystem
|