Click or drag to resize

DispositonType Class

Describes disposition type of the message (RFC 2298, RFC 3798) You can use static fields of this class: Displayed, Deleted.
Inheritance Hierarchy

Namespace:  Limilabs.Mail.Headers
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
[SerializableAttribute]
public class DispositonType : BasicConstant

The DispositonType type exposes the following members.

Properties
  NameDescription
Public propertyName
Gets the name of the constant.
(Inherited from BasicConstant.)
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from BasicConstant.)
Public methodEquals(BasicConstant)
Determines whether the specified BasicConstant object is equal to the current one. Names are compared case insensitive.
(Inherited from BasicConstant.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from BasicConstant.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the Name of this object.
(Inherited from BasicConstant.)
Top
Fields
  NameDescription
Public fieldStatic memberDeleted
The message has been deleted. The recipient may or may not have seen the message. The recipient might "undelete" the message at a later time and read the message.
Public fieldStatic memberDenied
The recipient does not wish the sender to be informed of the message's disposition. A UA may also siliently ignore message disposition requests in this situation.
Public fieldStatic memberDispatched
The message has been sent somewhere in some manner (e.g., printed, faxed, forwarded) without necessarily having been previously displayed to the user. The user may or may not see the message later.
Public fieldStatic memberDisplayed
The message has been displayed by the Mail User Agent (MUA) to someone reading the recipient's mailbox. There is no guarantee that the content has been read or understood.
Public fieldStatic memberFailed
A failure occurred that prevented the proper generation of an MDN. More information about the cause of the failure may be contained in a Failure field. The "failed" disposition type is not to be used for the situation in which there is is some problem in processing the message other than interpreting the request for an MDN. The "processed" or other disposition type with appropriate disposition modifiers is to be used in such situations.
Public fieldStatic memberProcessed
The message has been processed in some manner (i.e., by some sort of rules or server) without being displayed to the user. The user mayor may not see the message later, or there may not even be a human user associated with the mailbox.
Top
See Also