GetMailTipsType
extends BaseRequestType
in package
Represents the recipients and types of mail tips to retrieve.
Table of Contents
Properties
- $MailTipsRequested : string
- Contains the types of mail tips requested from the service.
- $Recipients : ArrayOfRecipientsType
- Contains a list of recipients to check for mail tips.
- $SendingAs : EmailAddressType
- Contains an e-mail address that a user is trying to send as.
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
$MailTipsRequested
Contains the types of mail tips requested from the service.
public
string
$MailTipsRequested
Tags
$Recipients
Contains a list of recipients to check for mail tips.
public
ArrayOfRecipientsType
$Recipients
Tags
$SendingAs
Contains an e-mail address that a user is trying to send as.
public
EmailAddressType
$SendingAs
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