|
Java Tool Kit | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Email.AddressException in ITT.WAFr.Utilities |
| Methods in ITT.WAFr.Utilities that throw Email.AddressException | |
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.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. |
|
Java Tool Kit | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||