SyncFolderItemsCompletedEventArgs.Result Property

Definition

The Result property gets the response from the asynchronous call to the SyncFolderItemsAsync(SyncFolderItemsType) method.

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

Property Value

The Result property returns a SyncFolderItemsResponseType object that contains the results of the asynchronous call to the SyncFolderItemsAsync(SyncFolderItemsType) method.

Applies to