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