ExportICSAsync Method
Generates an event from the properties in the iCal (.ICS) format.
Syntax
[VB.NET] Public Function ExportICSAsync() As IAsyncOperation<string>
[C#] public IAsyncOperation<string> ExportICSAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ExportICSAsync MethodGenerates an event from the properties in the iCal (.ICS) format. Syntax[VB.NET] Public Function ExportICSAsync() As IAsyncOperation<string> [C#] public IAsyncOperation<string> ExportICSAsync(); RemarksThis method is the asynchronous version of the ExportICS method and is used to support asynchronous operations in WinRT. Please refer to ExportICS for more information. |
||