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