MoveFolderCompletedEventArgs.Result 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.
The Result property gets a MoveFolderResponseType object for an asynchronous MoveFolder call.
public:
property ExchangeWebServices::MoveFolderResponseType ^ Result { ExchangeWebServices::MoveFolderResponseType ^ get(); };
public ExchangeWebServices.MoveFolderResponseType Result { get; }
Public ReadOnly Property Result As MoveFolderResponseType
Property Value
The Result property returns a MoveFolderResponseType object.
Remarks
See the FindFolderAsync(FindFolderType) method for an asynchronous Exchange Web Services example.