GetFolderCompletedEventArgs.Result Property

Definition

The Result property gets a GetFolderResponseType object for an asynchronous GetFolder call.

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

Property Value

The Result property returns a GetFolderResponseType object.

Remarks

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

Applies to