JCL Help:TJclEmailRecips.Add

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Adds a new recipient to the list.


Pascal

 public function Add(const Address: AnsiString; const Name: AnsiString = ; const Kind: TJclEmailRecipKind = rkTO; const AddressType: AnsiString = ): Integer;


Parameters

Parameters Description
const Address: AnsiString Address of recipient.
const Name: AnsiString = Name of recipient (optional).
const Kind: TJclEmailRecipKind = rkTO Type of recipient (defaults to rkTO).
const AddressType: AnsiString = Type of address (optional).


Return Value

If the recipient was successfully added the function returns its index.


Description

Add adds a new recipient to the list. If the recipient was added successfully, the index of the new item is returned.


About

Donator

Petr Vones


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page