| Package | Description |
|---|---|
| com.independentsoft.msg |
| Modifier and Type | Method and Description |
|---|---|
AttachmentMethod |
Attachment.getMethod()
Gets a MAPI-defined constant representing the way the contents of an attachment can be accessed.
|
static AttachmentMethod |
AttachmentMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AttachmentMethod[] |
AttachmentMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Attachment.setMethod(AttachmentMethod method)
Sets a MAPI-defined constant representing the way the contents of an attachment can be accessed.
|