EmailMailboxDownloadAttachmentRequest.EmailAttachmentId Property

Definition

Gets the attachment ID of the attachment to be downloaded.

public:
 property Platform::String ^ EmailAttachmentId { Platform::String ^ get(); };
winrt::hstring EmailAttachmentId();
public string EmailAttachmentId { get; }
var string = emailMailboxDownloadAttachmentRequest.emailAttachmentId;
Public ReadOnly Property EmailAttachmentId As String

Property Value

String

Platform::String

winrt::hstring

The ID of the attachment. Use the EmailAttachment.Id value for the attachment you want to download.

Windows requirements

App capabilities
email emailSystem

Applies to