FromVTodo

FromVTodo (1 of 4)

Creates an instance of MapiTask from the specified stream.

Returns: Returns a MapiTask instance which is loaded from the specified stream.

FromVTodo(System::SharedPtr < System::IO::Stream > stream)
ParameterDescription
streamThe stream to be loaded.

FromVTodo (2 of 4)

Creates an instance of MapiTask from the specified stream.

Returns: Returns a MapiTask instance which is loaded from the specified stream.

FromVTodo(System::SharedPtr < System::IO::Stream > stream, bool detectEncoding)
ParameterDescription
streamThe stream to be loaded.
detectEncodingDetermines a data encoding by analyzing its byte order mark (BOM)

FromVTodo (3 of 4)

Creates an instance of MapiTask from the specified .ics file.

Returns: Returns a MapiTask instance which is loaded from the specified file.

FromVTodo(System::String filePath)
ParameterDescription
filePathThe path to the file to be loaded.

FromVTodo (4 of 4)

Creates an instance of MapiTask from the specified .ics file.

Returns: Returns a MapiTask instance which is loaded from the specified file.

FromVTodo(System::String filePath, bool detectEncoding)
ParameterDescription
filePathThe path to the file to be loaded.
detectEncodingDetermines a data encoding by analyzing its byte order mark (BOM)