Example

Object reference
» Recipient » MailMerge » Attachment » Recipients » Message » Headers


JMail 4.4
Manual
 
 
 JMail.Recipients
    Count : Integer
    Item : Pointer
    Add(Value ) : 
    Clear( ) : 

Properties

  Count() : 
Returns the number of recipients in the collection.
'i = Recipients.Count'
 
  Item(Index) : 
Returns a recipient object.
'set re = Recipients.Item(0)'
 
 

Methods

  Add(Value) : 
Adds a recipient to the collection.
'Recipients.Add re'
 
  Clear() : 
Clears the collection.
'Recipients.Clear'