GetSharingFolderCompletedEventArgs.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 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.