Example

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


JMail 4.4
Manual
 
 
 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