RefreshSharingFolderCompletedEventArgs.Result Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Result property gets a RefreshSharingFolderResponseMessageType object for an asynchronous RefreshSharingFolderAsync(RefreshSharingFolderType) method call.
public:
property ExchangeWebServices::RefreshSharingFolderResponseMessageType ^ Result { ExchangeWebServices::RefreshSharingFolderResponseMessageType ^ get(); };
public ExchangeWebServices.RefreshSharingFolderResponseMessageType Result { get; }
Public ReadOnly Property Result As RefreshSharingFolderResponseMessageType
Property Value
The value of the Result property is a RefreshSharingFolderResponseMessageType object.