InternetMailMessage.GetField

Syntax:

GetField(<FieldName>, <TypeOfTheObtainedField>)

Parameters:

<FieldName> (required)

Type: String.
Name of the field obtained from the main title of a message. Name can only consist of printable ASCII characters (i.e. characters from 33 to 126, inclusive), with the exception of "colon" (":"). This range includes all English alphabet (both lower and upper case) and several special characters.

<TypeOfTheObtainedField> (required)

Type: Number; String; InternetMailAddress; InternetMailAddresses.
Indicates the type of the field's returned value. The value of passed object stays unchanged.

Returned value:

Type: Number; String; InternetMailAddress; InternetMailAddresses.

Description:

Obtains a value of required field.

Availability:

Thin client, server, thick client, external connection, Mobile application (client), Mobile application (server).

    

1C:Enterprise Developer's Community