PowerTCP Mail for .NET
ImapMessage Class Properties
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace : ImapMessage Class


"

For a list of all members of this type, see ImapMessage members.

"

Public Properties

 NameDescription
public PropertyAnsweredGets or sets a value which determines if the message has been answered.  
public PropertyComplete Gets a value indicating if the message has been downloaded from the server. (Inherited from Dart.PowerTCP.Mail.MessageBase)
public PropertyDeleteOverridden.  Gets a value indicating if the message has been marked for deletion.  
public PropertyDraftGets or sets a value which determines if the message is a draft.  
public PropertyException Gets any exception which occurred during the asynchronous operation. (Inherited from Dart.PowerTCP.Mail.MessageBase)
public PropertyFlaggedGets or sets a value which determines if the message has been flagged.  
public PropertyId Returns the id of the message. (Inherited from Dart.PowerTCP.Mail.MessageBase)
public PropertyInternalDateReturns the internal date of the message.  
public PropertyMailboxGets the "parent" mailbox for this message.  
public PropertyMessage Provides access to the MessageStream object representing the actual message. (Inherited from Dart.PowerTCP.Mail.MessageBase)
public PropertyRecentGets a value which determines if the message is recent.  
public PropertySeenGets or sets a value which determines if the message has been seen.  
public PropertySize Returns the size of the message in bytes. (Inherited from Dart.PowerTCP.Mail.MessageBase)
public PropertyStream Provides access to the Stream object containing the encoded message. (Inherited from Dart.PowerTCP.Mail.MessageBase)
public PropertyTag Gets or sets an object reference that can be used to associate this instance with any other. Gets or sets an object reference that can be used to associate this instance with any other. (Inherited from Dart.PowerTCP.Mail.MessageBase)
public PropertyUid Returns the unique identifier of the message. (Inherited from Dart.PowerTCP.Mail.MessageBase)
Top

Protected Properties

 NameDescription
protected PropertyConnectedOverridden. Gets a value which determines if the message has an active connection back to the server.  
protected PropertyUseMemoryStreamsOverridden.  Controls whether attachments are decoded and stored as FileStreams or as MemoryStreams when a message is retrieved.  
Top

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.