EmailMailboxDownloadAttachmentRequest.EmailAttachmentId 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 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
The ID of the attachment. Use the EmailAttachment.Id value for the attachment you want to download.
Windows requirements
App capabilities |
email
emailSystem
|