GetSharingFolderCompletedEventArgs.Result Property

Definition

The Result property gets a GetSharingFolderResponseMessageType object for an asynchronous GetSharingFolderAsync(GetSharingFolderType) method call.

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

Property Value

The value of the Result property is a GetSharingFolderResponseMessageType object.

Applies to