net.rim.blackberry.api.mail
Interface Message.Flag
- Enclosing class:
- Message
public static interface Message.Flag
Defines the flags supported by the Message
class.
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 3.6.0
Field Summary |
|
static int |
BODY_TRUNCATED
Flag indicates that the message has been truncated. |
|
static int |
DELETED
Flag indicates the message has been deleted. |
|
static int |
FILED
Flag indicates that the message has been filed. |
|
static int |
MOVED
Flag indicates that the message has moved since the last
synchronization of the handheld with the desktop. |
|
static int |
OPENED
Flag indicates that the message has been read. |
|
static int |
PRIORITY
Deprecated. In favour of Message.Priority |
|
static int |
REPLY_ALLOWED
Flag indicates that replies are allowed from this message. |
|
static int |
REQUEST_READ_ACK
Flag indicates that the message sender requested an acknowledgment. |
|
static int |
SAVED
Flag indicates that the message was saved. |
|
static int |
SAVED_THEN_ORPHANED
Flag indicates that the message was saved and deleted from its
original location. |
OPENED
static final int OPENED
- Flag indicates that the message has been read.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 3.6.0
FILED
static final int FILED
- Flag indicates that the message has been filed.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 3.6.0
DELETED
static final int DELETED
- Flag indicates the message has been deleted.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 3.6.0
MOVED
static final int MOVED
- Flag indicates that the message has moved since the last
synchronization of the handheld with the desktop.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 3.6.0
SAVED_THEN_ORPHANED
static final int SAVED_THEN_ORPHANED
- Flag indicates that the message was saved and deleted from its
original location.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 3.6.0
SAVED
static final int SAVED
- Flag indicates that the message was saved.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 3.6.0
REPLY_ALLOWED
static final int REPLY_ALLOWED
- Flag indicates that replies are allowed from this message.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 3.6.0
REQUEST_READ_ACK
static final int REQUEST_READ_ACK
- Flag indicates that the message sender requested an acknowledgment.
A read-acknowledgment message should be returned to the sender
when the message is opened.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 3.6.0
PRIORITY
static final int PRIORITY
- Deprecated. In favour of
Message.Priority
- Flag indicates that this is a High Priority message.
Note: In CMIME the message priority is a byte and
can be LOW, MEDIUM, or HIGH. We used to only support normal or high
priority, but now that we support low, the PRIORITY flag is no longer
used and the priority of the message is no longer maintained in the
message flags.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 3.6.0
BODY_TRUNCATED
static final int BODY_TRUNCATED
- Flag indicates that the message has been truncated.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 3.6.0
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal