w3JMail Reference

Reference 4.5

 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'


Dimac w3 JMail is composed of several objects. The most important one is the Message object. You will best get acquainted with them, by reading the examples provided. If you are running the old version of w3 JMail (3.7), you can find the reference in the menu to the left.