CreateManagedFolderCompletedEventArgs.Result Property

Definition

The Result property gets a CreateManagedFolderResponseType object for an asynchronous CreateManagedFolder call.

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

Property Value

The Result property returns a CreateManagedFolderResponseType object.

Remarks

See the FindFolderAsync(FindFolderType) method for an asynchronous Exchange Web Services example.

Applies to