|
Project Wonder 5.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ERMailAttachment | |
---|---|
er.javamail |
Uses of ERMailAttachment in er.javamail |
---|
Subclasses of ERMailAttachment in er.javamail | |
---|---|
class |
ERMailDataAttachment
Attaches a byte array or NSData to a mail. |
class |
ERMailFileAttachment
|
class |
ERMailTextAttachment
|
Fields in er.javamail with type parameters of type ERMailAttachment | |
---|---|
protected com.webobjects.foundation.NSMutableArray<ERMailAttachment> |
ERMailDelivery._attachments
NSArray of ERMailAttachment that must be binded to the message as ATTACHEMENT. |
protected com.webobjects.foundation.NSMutableArray<ERMailAttachment> |
ERMailDelivery._inlineAttachments
NSArray of ERMailAttachment that must be binded to the message as INLINE. |
Methods in er.javamail that return types with arguments of type ERMailAttachment | |
---|---|
protected com.webobjects.foundation.NSMutableArray<ERMailAttachment> |
ERMailDelivery._attachments()
|
protected com.webobjects.foundation.NSMutableArray<ERMailAttachment> |
ERMailDelivery._inlineAttachments()
|
com.webobjects.foundation.NSArray<ERMailAttachment> |
ERMailDelivery.attachments()
|
com.webobjects.foundation.NSArray<ERMailAttachment> |
ERMailDelivery.inlineAttachments()
|
Methods in er.javamail with parameters of type ERMailAttachment | |
---|---|
void |
ERMailDelivery.addAttachment(ERMailAttachment attachment)
|
void |
ERMailDelivery.addInlineAttachment(ERMailAttachment attachment)
|
void |
ERMailDelivery.removeAttachment(ERMailAttachment attachment)
|
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV NEXT | FRAMES NO FRAMES |