public final class MapiMessageFlags
extends com.aspose.email.ms.java.Enum
MapiMessageFlags.
Modifier and Type | Field and Description |
---|---|
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.
|
public static final long MSGFLAG_READ
The message is marked as having been read.
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).
public static final long MSGFLAG_UNSENT
The message is still being composed.
public static final long MSGFLAG_FROMME
The user receiving the message was also the user who sent the message.
public static final long MSGFLAG_HASATTACH
The message has at least one attachment.
public static final long MSGFLAG_ASSOCIATED
MSGFLAG_ASSOCIATED.
public static final long MSGFLAG_RESEND
The message includes a request for a resend operation with a non-delivery report.
public static final long MSGFLAG_NOTIFYREAD
The user who sent the message has requested notification when a recipient first reads it.
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.
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.
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.