ExchangeServiceBinding.ExportItems Method
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SoapHeaderAttribute("ExchangeImpersonation")> _
<SoapHeaderAttribute("MailboxCulture")> _
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/ExportItems", Use := SoapBindingUse.Literal, _
ParameterStyle := SoapParameterStyle.Bare)> _
<SoapHeaderAttribute("ServerVersionInfoValue", Direction := SoapHeaderDirection.Out)> _
<SoapHeaderAttribute("RequestServerVersionValue")> _
Public Function ExportItems ( _
ExportItems1 As ExportItemsType _
) As ExportItemsResponseType
'Usage
Dim instance As ExchangeServiceBinding
Dim ExportItems1 As ExportItemsType
Dim returnValue As ExportItemsResponseType
returnValue = instance.ExportItems(ExportItems1)
[SoapHeaderAttribute("ExchangeImpersonation")]
[SoapHeaderAttribute("MailboxCulture")]
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/ExportItems", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Bare)]
[SoapHeaderAttribute("ServerVersionInfoValue", Direction = SoapHeaderDirection.Out)]
[SoapHeaderAttribute("RequestServerVersionValue")]
public ExportItemsResponseType ExportItems(
ExportItemsType ExportItems1
)
Parameters
- ExportItems1
Type: ExchangeWebServices.ExportItemsType
Return Value
Type: ExchangeWebServices.ExportItemsResponseType
Returns ExportItemsResponseType.