Java Tool Kit

Uses of Class
ITT.WAFr.Utilities.Email.PropertyException

Uses of Email.PropertyException in ITT.WAFr.Utilities
 

Methods in ITT.WAFr.Utilities that throw Email.PropertyException
 void Email.To(String[] sAddresses)
          Clears the "TO" property of the message and sets it to the specified String array representing a list of a valid email addresses.
 void Email.To(String sAddress)
          Clears the "TO" property of the message and sets it to the specified String representing a valid email address.
 void Email.Cc(String[] sAddresses)
          Clears the "CC" (carbon copy) property of the message and sets it to the specified String array representing a list of a valid email addresses.
 void Email.Cc(String sAddress)
          Clears the "CC" (carbon copy) property of the message and sets it to the specified String representing a valid email address.
 void Email.Bcc(String[] sAddresses)
          Clears the "BCC" (blind carbon copy) property of the message and sets it to the specified String array representing a list of a valid email addresses.
 void Email.Bcc(String sAddress)
          Clears the "BCC" (blind carbon copy) property of the message and sets it to the specified String representing a valid email address.
 void Email.AddTo(String[] sAddresses)
          Preserves the "TO" property of the message and appends the specified String array representing a list of a valid email addresses.
 void Email.AddTo(String sAddress)
          Preserves the "TO" property of the message and appends the specified String representing a valid email address.
 void Email.AddCc(String[] sAddresses)
          Preserves the "CC" (carbon copy) property of the message and appends the specified String array representing a list of a valid email addresses.
 void Email.AddCc(String sAddress)
          Preserves the "CC" (carbon copy) property of the message and appends the specified String representing a valid email address.
 void Email.AddBcc(String[] sAddresses)
          Preserves the "BCC" (blind carbon copy) property of the message and appends the specified String array representing a list of a valid email addresses.
 void Email.AddBcc(String sAddress)
          Preserves the "BCC" (blind carbon copy) property of the message and appends the specified String representing a valid email address.
 void Email.From(String sAddress)
          Clears the "FROM" property of the message and sets it to the specified String representing a valid email address.
 void Email.AddFrom(String[] sAddresses)
          Preserves the "FROM" property of the message and appends the specified String array representing a list of a valid email addresses.
 void Email.AddFrom(String sAddress)
          Preserves the "FROM" property of the message and appends the specified String representing a valid email address.
 void Email.Subject(String sSubject)
          Sets the "SUBJECT" property of the message to the specified text String.
 void Email.Body(String sBody)
          Set the "BODY" property of the message and to the specified String.
 void Email.ReplyTo(String[] sAddresses)
          Clears the "REPLY TO" property of the message and sets it to the specified String array representing a list of a valid email addresses.
 void Email.ReplyTo(String sAddress)
          Clears the "REPLY TO" property of the message and sets it to the specified String representing a valid email address.
 void Email.Sender(String sAddress)
          Clears the "SENDER" header field of the message and sets it to the specified String representing a valid email address.
 void Email.SentDate(Date dDate)
          Clears the "DATE" header field of the message and sets it to the specified Date representing the date and time the message was sent.
 void Email.Header(String sName, String sValue)
          Clears the current value of the specified header field of the message and sets it to the specified String value.
 void Email.AddHeader(String sName, String sValue)
          Preserves the current values of the specified header field of the message and appends the specified String value.
 void Email.DeleteHeader(String sName)
          Deletes the specified header from the message.
 void Email.DeleteHeaders(String[] sNames)
          Deletes the specified headers from the message.
 


Java Tool Kit

Copyright ©2004, If•Then Technology