CopyFolderCompletedEventArgs.Result Property

Definition

The Result property gets a CopyFolderResponseType object for an asynchronous CopyFolder call.

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

Property Value

The Result property returns a CopyFolderResponseType object.

Remarks

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

Applies to