com.aspose.email
Class MapiMessageFlags

java.lang.Object
  extended by com.aspose.email.ms.java.Enum
      extended by com.aspose.email.MapiMessageFlags

public final class MapiMessageFlags
extends com.aspose.email.ms.java.Enum

MapiMessageFlags.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.email.ms.java.Enum
com.aspose.email.ms.java.Enum.AbstractEnum, com.aspose.email.ms.java.Enum.FlaggedEnum, com.aspose.email.ms.java.Enum.SimpleEnum
 
Field Summary
static long MSGFLAG_ASSOCIATED
           MSGFLAG_ASSOCIATED.
static long MSGFLAG_EVERREAD
           The message has been read at least once.
static long MSGFLAG_FROMME
           The user receiving the message was also the user who sent the message.
static long MSGFLAG_HASATTACH
           The message has at least one attachment.
static long MSGFLAG_NOTIFYREAD
           The user who sent the message has requested notification when a recipient first reads it.
static long MSGFLAG_NOTIFYUNREAD
           The user who sent the message has requested notification when a recipient deletes it before reading or the Message object expires.
static long MSGFLAG_READ
           The message is marked as having been read.
static long MSGFLAG_RESEND
           The message includes a request for a resend operation with a non-delivery report.
static long MSGFLAG_UNMODIFIED
           The message has not been modified since it was first saved (if unsent) or it was delivered (if sent).
static long MSGFLAG_UNSENT
           The message is still being composed.
 
Fields inherited from class com.aspose.email.ms.java.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.email.ms.java.Enum
format, getName, getNames, getUnderlyingType, getValues, isDefined, parse, parse, register
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MSGFLAG_READ

public static final long MSGFLAG_READ

The message is marked as having been read.

See Also:
Constant Field Values

MSGFLAG_UNMODIFIED

public static final long MSGFLAG_UNMODIFIED

The message has not been modified since it was first saved (if unsent) or it was delivered (if sent).

See Also:
Constant Field Values

MSGFLAG_UNSENT

public static final long MSGFLAG_UNSENT

The message is still being composed.

See Also:
Constant Field Values

MSGFLAG_FROMME

public static final long MSGFLAG_FROMME

The user receiving the message was also the user who sent the message.

See Also:
Constant Field Values

MSGFLAG_HASATTACH

public static final long MSGFLAG_HASATTACH

The message has at least one attachment.

See Also:
Constant Field Values

MSGFLAG_ASSOCIATED

public static final long MSGFLAG_ASSOCIATED

MSGFLAG_ASSOCIATED.

See Also:
Constant Field Values

MSGFLAG_RESEND

public static final long MSGFLAG_RESEND

The message includes a request for a resend operation with a non-delivery report.

See Also:
Constant Field Values

MSGFLAG_NOTIFYREAD

public static final long MSGFLAG_NOTIFYREAD

The user who sent the message has requested notification when a recipient first reads it.

See Also:
Constant Field Values

MSGFLAG_NOTIFYUNREAD

public static final long MSGFLAG_NOTIFYUNREAD

The user who sent the message has requested notification when a recipient deletes it before reading or the Message object expires.

See Also:
Constant Field Values

MSGFLAG_EVERREAD

public static final long MSGFLAG_EVERREAD

The message has been read at least once. This flag is set or cleared by the server whenever the MSGFLAG_READ flag is set or cleared.

See Also:
Constant Field Values


Copyright (c) 2008-2012 Aspose Pty Ltd. All Rights Reserved.