ImapMessageInfo Class |
Namespace: Aspose.Email.Clients.Imap
The ImapMessageInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | Answered |
Gets a value indicating whether
Flags property contains the Answered flag.
|
![]() | Bcc |
Gets blind carbon copy of the E-Mail message.
(Inherited from MessageInfoBase.) |
![]() | BCC | Obsolete.
Gets the list of blind carbon copy.
BCC is a copy of an email message sent to a recipient whose email address does not appear in the message.
|
![]() | CC |
Gets CC of the E-Mail message.
(Inherited from MessageInfoBase.) |
![]() | Date |
The origination date specifies the date and time at which the creator of the message indicated
that the message was complete and ready to enter the mail delivery system.
For instance, this might be the time that a user pushes the "send" or "submit" button in an application program.
In any case, it is specifically not intended to convey the time that the message is actually transported,
but rather the time at which the human or other creator of the message has put the message into its final form,
ready for transport.
(For example, a portable computer user who is not connected to a network might queue a message for delivery.
The origination date is intended to contain the date and time that the user queued the message,
not the time when the user connected to the network to send the message.)
(Inherited from MessageInfoBase.) |
![]() | Deleted |
Gets a value indicating whether
Flags property contains the Deleted flag.
|
![]() | Draft |
Gets a value indicating whether
Flags property contains the Draft flag.
|
![]() | ExtraParameters |
Gets extra parameters of a message.
|
![]() | Flagged |
Gets a value indicating whether
Flags property contains the Flagged flag.
|
![]() | Flags |
Gets the message flags.
|
![]() | From |
Gets the list of authors of this message.
(Inherited from MessageInfoBase.) |
![]() | Headers |
Gets the Headers of the E-Mail message.
(Inherited from MessageInfoBase.) |
![]() | InternalDate |
The internal date and time of the message on the server.
This is not the date and time in the [RFC-2822] header, but rather a date and time which reflects when the message was received.
- In the case of messages delivered via [SMTP], this SHOULD be the date and time of final delivery of the message as defined by[SMTP].
- In the case of messages delivered by the IMAP4rev1 COPY command, this SHOULD be the internal date and time of the source message.
- In the case of messages delivered by the IMAP4rev1 APPEND command, this SHOULD be the date and time as specified in the APPEND command description.
- All other cases are implementation defined.
|
![]() | IsRead |
Gets a value indicating whether
Flags property contains the Read flag.
|
![]() | Length | Obsolete.
Gets the length of the message.
|
![]() | ListUnsubscribe |
The List-Unsubscribe field describes the command (preferably using mail) to directly unsubscribe the user(removing them from the list).
For more details please see https://tools.ietf.org/html/rfc2369
(Inherited from MessageInfoBase.) |
![]() | MessageId |
Gets the message ID.
(Inherited from MessageInfoBase.) |
![]() | ModificationSequence |
Gets the modification sequence of this message.
See more: https://tools.ietf.org/html/rfc7162
|
![]() | ParentFolder |
Gets parent folder for message
|
![]() | Properties |
Gets a mapi properties.
(Inherited from MessageInfoBase.) |
![]() | Recent |
Gets a value indicating whether
Flags property contains the Recent flag.
|
![]() | ReplyTo |
Gets the list of addresses that should receive replies to this message.
(Inherited from MessageInfoBase.) |
![]() | Sender |
Gets the sender of this message.
(Inherited from MessageInfoBase.) |
![]() | SequenceNumber |
Gets the message sequence number.
|
![]() | Size |
Gets the size of the E-Mail message.
(Inherited from MessageInfoBase.) |
![]() | Subject |
Gets the Subject of the E-Mail message.
(Inherited from MessageInfoBase.) |
![]() | To |
Gets the receiptants of the E-Mail message.
(Inherited from MessageInfoBase.) |
![]() | UniqueId |
Gets the message unique ID.
|
Name | Description | |
---|---|---|
![]() | ContainsKeyword |
Gets a value indicating whether
Flags property contains the Keyword flag.
|
![]() | Dispose |
Performs tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from MessageInfoBase.) |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString |
Returns a string that represents the current object.
(Overrides MessageInfoBaseToString.) |