UpdateFolderCompletedEventArgs.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 UpdateFolderResponseType object for an asynchronous UpdateFolder call.
public:
property ExchangeWebServices::UpdateFolderResponseType ^ Result { ExchangeWebServices::UpdateFolderResponseType ^ get(); };
public ExchangeWebServices.UpdateFolderResponseType Result { get; }
Public ReadOnly Property Result As UpdateFolderResponseType
Property Value
The Result property returns an UpdateFolderResponseType object.
Remarks
For an asynchronous Exchange Web Services example, see the FindFolderAsync(FindFolderType) method.