CreateFolderCompletedEventArgs.Result Property

Definition

The Result property gets a CreateFolderResponseType object for an asynchronous CreateFolder call.

public:
 property ExchangeWebServices::CreateFolderResponseType ^ Result { ExchangeWebServices::CreateFolderResponseType ^ get(); };
public ExchangeWebServices.CreateFolderResponseType Result { get; }
Public ReadOnly Property Result As CreateFolderResponseType

Property Value

The Result property returns a CreateFolderResponseType object.

Remarks

For an asynchronous Exchange Web Services example, see the FindFolderAsync(FindFolderType) method.

Applies to