GetSharingFolderCompletedEventArgs.Result Property
The Result property gets a GetSharingFolderResponseMessageType object for an asynchronous GetSharingFolderAsync(GetSharingFolderType) method call.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public ReadOnly Property Result As GetSharingFolderResponseMessageType
Get
'Usage
Dim instance As GetSharingFolderCompletedEventArgs
Dim value As GetSharingFolderResponseMessageType
value = instance.Result
public GetSharingFolderResponseMessageType Result { get; }
Property Value
Type: ExchangeWebServices.GetSharingFolderResponseMessageType
The value of the Result property is a GetSharingFolderResponseMessageType object.
See Also