UpdateFolderCompletedEventArgs.Result Property

Definition

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.

Applies to