|
Java Tool Kit | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Email.StreamException in ITT.WAFr.Utilities |
| Methods in ITT.WAFr.Utilities that throw Email.StreamException | |
void |
Email.Attachment(File oFile,
String sContentId)
Preserves any existing message attachments and adds the File object, oFile, to the attachment envelop with a relative reference ID specified within the String parameter, sContentId. |
void |
Email.Attachment(File oFile)
Preserves any existing message attachments and adds the File object, oFile, to the attachment envelop. |
void |
Email.Attachment(String sFilePath,
String sContentId)
Preserves any existing message attachments and adds the file with the path specified in the String parameter, sFilePath, to the attachment envelop with a relative reference ID specified within the String parameter, sContentId. |
void |
Email.Attachment(String sFilePath)
Preserves any existing message attachments and adds the file with the path of sFilePath to the attachment envelop. |
void |
Email.Attachment(byte[] iContent,
String sFileName,
String sContentType,
String sContentId)
Preserves any existing message attachments and adds the byte array specified in the input parameter, iContent, containing the content of a file, to the attachment envelop with a relative reference ID specified within the String parameter, sContentId. |
void |
Email.Attachment(byte[] iContent,
String sFileName,
String sContentType)
Preserves any existing message attachments and adds the byte array specified in the input parameter, iContent, containing the content of a file, to the attachment envelop. |
void |
Email.Attachment(Upload.PostedFile oContent,
String sContentId)
Preserves any existing message attachments and adds the data represented by the Upload.PostedFile, oContent, to the attachment envelop with a relative reference ID specified within the String parameter, sContentId. |
void |
Email.Attachment(Upload.PostedFile oContent)
Preserves any existing message attachments and adds the data represented by the Upload.PostedFile, oContent, to the attachment envelop. |
void |
Email.AddAttachment(File oFile,
String sContentId)
A convenience method or alias to Email.Attachment(File,String). |
void |
Email.AddAttachment(File oFile)
A convenience method or alias to Email.Attachment(File). |
void |
Email.AddAttachment(String sFilePath,
String sContentId)
A convenience method or alias to Email.Attachment(String,String). |
void |
Email.AddAttachment(String sFilePath)
A convenience method or alias to Email.Attachment(String). |
void |
Email.AddAttachment(byte[] iContent,
String sFileName,
String sContentType,
String sContentId)
A convenience method or alias to Email.Attachment(byte[],String,String,String). |
void |
Email.AddAttachment(byte[] iContent,
String sFileName,
String sContentType)
A convenience method or alias to Email.Attachment(byte[],String,String). |
void |
Email.AddAttachment(Upload.PostedFile oContent,
String sContentId)
A convenience method or alias to Email.Attachment(Upload.PostedFile,String). |
void |
Email.AddAttachment(Upload.PostedFile oContent)
A convenience method or alias to Email.Attachment(Upload.PostedFile). |
|
Java Tool Kit | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||