Tag Name & type | # | Description |
---|
F2MFilteringRulesCreateRequest | | Namespace of this element is http://ws.easylink.com/F2MFilteringRulesCreate/2011/01 |
| SubmitId xs:string | 0-1 | Optional string identifying request, which will be echoed in result. |
| ObjectStore xs:string | 1 | The store in which the "F2M_ADMIN_MAIL_FILTERING_RULES" stored object is to be created. Possible values are XDDS or MR, or the actual name of a domain. Using an actual domain name is discouraged, since using the generic values allows EasyLink to consider all currently accessible switches. |
| ReplaceExisting xs:boolean | 1 | This boolean value indicates whether or not an existing "F2M_ADMIN_MAIL_FILTERING_RULES" stored object will be overwritten. If "false", then the operation will fail if the object already exists. If "true", then the stored object will be created, possibly overwriting a pre-existing one. |
| F2MFilteringRulesId F2MFilteringRulesOwnershipType | 1 | No name or object type is required for the "F2M_ADMIN_MAIL_FILTERING_RULES" stored object, but an ownership level must be specified.
For "group" ownership, one of groupName or groupNo must be specified. If both are specified, groupName is given precedence. |
| @ownership StoredObjectLevelType | 1 | This indicates the level of ownership (and therefore the visibility) of the stored objects. Values are:
(Use of the domain level is not permitted.) |
| @groupName xs:string | 0-1 | Specifies the Fax2Mail group name. |
| @groupNo xs:long | 0-1 | Specifies the Fax2Mail group number. |
| Rules RulesType | 0-1 | This contains the email filtering rules. See RulesType. |
| AdditionalInfo SegmentType | 0- | This element is provided to supply additional information for the "F2M_ADMIN_MAIL_FILTERING_RULES" stored object. Currently, no such information is defined. |
| @name xs:string | 0-1 | This is the segment for the property elements. If not present, the default "USER" segment is used. |
| Property | 1- | The value of this element will be the value stored for the property. |
| @name xs:string | 1 | This attribute specifies the property name (keyword).
Property names must be compatible with EasyLink "hdr" format. They may not contain spaces, quotes, or colons. In general, hdr keywords are not excessively long, and consist of ASCII letters, digits, and underscore. |
| @b64charset xs:string | 0-1 | Used when sending value in base64-encoded form. See EncodableStringType. |