Hunny Software Library Reference

EnvelopeData Members

EnvelopeData overview

Public Instance Properties

Bcc Gets the addresses in the Bcc header field.
Cc Gets the addresses in the Cc header field.
Date Gets the value of the Date header field.
From Gets the addresses in the From header field.
InReplyTo Gets the value of the In-Reply-To header field.
MessageId Get the value of the Message-ID header field.
ReplyTo Gets the addresses in the Reply-To header field.
Sender Gets the addresses in the Sender header field.
Subject Gets the value of the Subject header field.
To Gets the addresses in the To header field.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

EnvelopeData Class | Hunny.Mail Namespace | FETCH response in the IMAP4 specification