ImportICSAsync Method
Imports iCal data (contained in an ICS file) into the component's property list.
Syntax
[VB.NET] Public Function ImportICSAsync(ByVal CalendarData As String) As Task
[C#] public Task ImportICSAsync(string calendarData);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ImportICSAsync MethodImports iCal data (contained in an ICS file) into the component's property list. Syntax[VB.NET] Public Function ImportICSAsync(ByVal CalendarData As String) As Task [C#] public Task ImportICSAsync(string calendarData); RemarksThis method is the asynchronous version of the ImportICS method and is used to support asynchronous operations in WinRT. Please refer to ImportICS for more information. |
||