EmailAttachment.Data Property

Definition

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

Applies to