ExchangeServiceBinding.GetSharingFolder Method

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SoapHeaderAttribute("ServerVersionInfoValue", Direction := SoapHeaderDirection.Out)> _
<SoapHeaderAttribute("RequestServerVersionValue")> _
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/GetSharingFolder", Use := SoapBindingUse.Literal,  _
    ParameterStyle := SoapParameterStyle.Bare)> _
Public Function GetSharingFolder ( _
    GetSharingFolder1 As GetSharingFolderType _
) As GetSharingFolderResponseMessageType
'Usage
Dim instance As ExchangeServiceBinding
Dim GetSharingFolder1 As GetSharingFolderType
Dim returnValue As GetSharingFolderResponseMessageType

returnValue = instance.GetSharingFolder(GetSharingFolder1)
[SoapHeaderAttribute("ServerVersionInfoValue", Direction = SoapHeaderDirection.Out)]
[SoapHeaderAttribute("RequestServerVersionValue")]
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/GetSharingFolder", Use = SoapBindingUse.Literal, 
    ParameterStyle = SoapParameterStyle.Bare)]
public GetSharingFolderResponseMessageType GetSharingFolder(
    GetSharingFolderType GetSharingFolder1
)

Parameters