MailAddresses

Collection elements:

MailAddress
Iteration through collection using For each ... In ... Do operator is available to object. Collection items are retrieved during iteration.
Access to collection item is possible using [...] operator. Collection item index (starting from 0) is passed as an argument.

Methods:

Add
Clear
Count
Delete
Get

Description:

A collection of MailAddress type objects.

Availability:

Thin client, thick client.

See also:

MailMessage, property To
MailMessage, property Cc
MailMessage, property Bcc

    

1C:Enterprise Developer's Community