FindFolderCompletedEventArgs.Result Property

Definition

The Result property gets a FindFolderResponseType object for an asynchronous FindFolder call.

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

Property Value

The Result property returns a FindFolderResponseType object.

Remarks

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

Applies to