com.aspose.network.outlook
Class MapiAttachmentType

java.lang.Object
  extended by com.aspose.network.outlook.MapiAttachmentType

public final class MapiAttachmentType
extends Object

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

NONE

public static final MapiAttachmentType NONE
The attachment has just been created.


VALUE

public static final MapiAttachmentType VALUE
PidTagAttachDataBinary contains the attachment data.


REFERENCE

public static final MapiAttachmentType REFERENCE
PidTagAttachLongPathname contains a fully qualified path identifying the attachment To recipients with access to a common file server.


REFERENCE_ONLY

public static final MapiAttachmentType REFERENCE_ONLY
PidTagAttachLongPathname contains a fully qualified path identifying the attachment.


EMBEDDED_MESSAGE

public static final MapiAttachmentType EMBEDDED_MESSAGE
The attachment is an embedded message that is accessed via RopOpenEmbeddedMessage.


STORAGE

public static final MapiAttachmentType STORAGE
idTagAttachDataObject contains data in an application-specific format.

Method Detail

getId

public int getId()
Gets the id of the type.

Returns:
id of the type.

getAttachmentType

public static MapiAttachmentType getAttachmentType(int id)
Gets MapiAttachmentType

Parameters:
id - type id
Returns:
MapiAttachmentType or null if no such type found.


Copyright © 2011 Aspose. All Rights Reserved.