MarkAsJunkType
extends BaseRequestType
in package
Defines the request to move an item to the junk mail folder and to add the sender to the blocked sender list.
Table of Contents
Properties
- $IsJunk : bool
- Whether or not to add the sender to the blocked sender list.
- $ItemIds : NonEmptyArrayOfBaseItemIdsType
- Contains the unique identities of items to be marked as junk.
- $MoveItem : bool
- Whether or not to move the item to the default junk mail folder.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$IsJunk
Whether or not to add the sender to the blocked sender list.
public
bool
$IsJunk
If false, and the user is already on the blocked sender list, they will be removed.
Tags
$ItemIds
Contains the unique identities of items to be marked as junk.
public
NonEmptyArrayOfBaseItemIdsType
$ItemIds
Tags
$MoveItem
Whether or not to move the item to the default junk mail folder.
public
bool
$MoveItem
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed