ExchangeServiceBinding.GetInboxRules Method

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

Syntax

'Declaration
<SoapHeaderAttribute("TimeZoneContext")> _
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/GetInboxRules", Use := SoapBindingUse.Literal,  _
    ParameterStyle := SoapParameterStyle.Bare)> _
<SoapHeaderAttribute("ServerVersionInfoValue", Direction := SoapHeaderDirection.Out)> _
<SoapHeaderAttribute("RequestServerVersionValue")> _
<SoapHeaderAttribute("ExchangeImpersonation")> _
<SoapHeaderAttribute("MailboxCulture")> _
Public Function GetInboxRules ( _
    GetInboxRules1 As GetInboxRulesRequestType _
) As GetInboxRulesResponseType
'Usage
Dim instance As ExchangeServiceBinding
Dim GetInboxRules1 As GetInboxRulesRequestType
Dim returnValue As GetInboxRulesResponseType

returnValue = instance.GetInboxRules(GetInboxRules1)
[SoapHeaderAttribute("TimeZoneContext")]
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/GetInboxRules", Use = SoapBindingUse.Literal, 
    ParameterStyle = SoapParameterStyle.Bare)]
[SoapHeaderAttribute("ServerVersionInfoValue", Direction = SoapHeaderDirection.Out)]
[SoapHeaderAttribute("RequestServerVersionValue")]
[SoapHeaderAttribute("ExchangeImpersonation")]
[SoapHeaderAttribute("MailboxCulture")]
public GetInboxRulesResponseType GetInboxRules(
    GetInboxRulesRequestType GetInboxRules1
)

Parameters