3.1.4.1.3.1 m:GetInboxRulesRequestType Complex Type

The GetInboxRulesRequestType complex type specifies a request message to get the Inbox rules (2) in a server database. The GetInboxRulesRequestType complex type extends the BaseRequestType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.17.

 <xs:complexType name="GetInboxRulesRequestType">
   <xs:complexContent>
     <xs:extension
       base="m:BaseRequestType"
     >
       <xs:sequence>
         <xs:element name="MailboxSmtpAddress"
           type="xs:string"
           minOccurs="0"
           maxOccurs="1"
          />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

The following table lists the child element of the GetInboxRulesRequestType complex type.

Element name

Type

Description

MailboxSmtpAddress

xs:string ([XMLSCHEMA2])

Represents the SMTP address of the user whose Inbox rules (2) are to be retrieved.