Documentation

InvalidRecipientType extends Type
in package

Represents the SMTP address of the invalid recipient and information about why the recipient is invalid.

Table of Contents

Properties

$MessageText  : string
Provides a text description of the status of the response.
$ResponseCode  : string
Provides an error code that identifies the specific error that the request encountered.
$SmtpAddress  : string
Contains the SMTP address of the invalid recipient.

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

$MessageText

Provides a text description of the status of the response.

public string $MessageText

This element is optional.

Tags
since

Exchange 2010

$ResponseCode

Provides an error code that identifies the specific error that the request encountered.

public string $ResponseCode

This element is required.

Tags
since

Exchange 2010

see
InvalidRecipientResponseCodeType

$SmtpAddress

Contains the SMTP address of the invalid recipient.

public string $SmtpAddress

This element is required.

Tags
since

Exchange 2010

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

        
On this page

Search results