AddAttachmentAsync Method
Adds FileName as an attachment.
Syntax
[VB.NET] Public Function AddAttachmentAsync(ByVal FileName As String) As Task
[C#] public Task AddAttachmentAsync(string fileName);
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
AddAttachmentAsync MethodAdds FileName as an attachment. Syntax[VB.NET] Public Function AddAttachmentAsync(ByVal FileName As String) As Task [C#] public Task AddAttachmentAsync(string fileName); RemarksThis method is the asynchronous version of the AddAttachment method and is used to support asynchronous operations in WinRT. Please refer to AddAttachment for more information. |
||