|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.outlook.MapiAttachmentType
public final class MapiAttachmentType
Represents type of MapiAttachment
objects.
Field Summary | |
---|---|
static MapiAttachmentType |
EMBEDDED_MESSAGE
The attachment is an embedded message that is accessed via RopOpenEmbeddedMessage. |
static MapiAttachmentType |
NONE
The attachment has just been created. |
static MapiAttachmentType |
REFERENCE
PidTagAttachLongPathname contains a fully qualified path identifying the attachment To recipients with access to a common file server. |
static MapiAttachmentType |
REFERENCE_ONLY
PidTagAttachLongPathname contains a fully qualified path identifying the attachment. |
static MapiAttachmentType |
STORAGE
idTagAttachDataObject contains data in an application-specific format. |
static MapiAttachmentType |
VALUE
PidTagAttachDataBinary contains the attachment data. |
Method Summary | |
---|---|
static MapiAttachmentType |
getAttachmentType(int id)
Gets MapiAttachmentType |
int |
getId()
Gets the id of the type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final MapiAttachmentType NONE
public static final MapiAttachmentType VALUE
public static final MapiAttachmentType REFERENCE
public static final MapiAttachmentType REFERENCE_ONLY
public static final MapiAttachmentType EMBEDDED_MESSAGE
public static final MapiAttachmentType STORAGE
Method Detail |
---|
public int getId()
public static MapiAttachmentType getAttachmentType(int id)
MapiAttachmentType
id
- type id
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |