w3JMail Reference

Reference 4.5

 JMail.Recipient
    EMail : String
    Name : String
    ReType : Integer
    New( Name, EMail, recipientType ) : Pointer


Properties

  EMail() : 
Returns the recipient's email.
'Response.Write( Recipient.EMail )'
  Name() : 
Returns the recipient's name.
'Response.Write( Recipient.Name )'
  ReType() : 
Returns the recipient's type ( To = 0, CC = 1, BCC = 2 ).
'Response.Write( Recipient.ReType )'

Methods

  New(Name, EMail, recipientType) : 
Returns a new Recipient object, which you can add to the Recipients collection.
'set re = Recipient.New( "Firstname 


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.