Hunny Software Library Reference

AddressData Class

Class that contains the data of an IMAP4 ADDRESS structure.

For a list of all members of this type, see AddressData Members.

System.Object
   AddressData

[Visual Basic]
Public Class AddressData
[C#]
public class AddressData

Remarks

AddressData is a class that contains the data of an IMAP4 ADDRESS structure. Several ADDRESS structures are contained in the ENVELOPE structure that is returned in the ENVELOPE data item of a FETCH response. See the documentation for EnvelopeData and FetchResponse.

The ADDRESS structure contains information derived from an Internet email address. The fields are listed here:

For the email address "John Doe <jdoe@example.com>", the fields would be like this:

The source route has been deprecated for many years, so it is very rarely seen and is always ignored. (See RFC 1123 or RFC 2822 for details about the source route).

The class AddressData provides properties for each of the fields of the ADDRESS structure.

Requirements

Namespace: Hunny.Mail

Assembly: Hunny.Mail (in Hunny.Mail.dll)

See Also

AddressData Members | Hunny.Mail Namespace | EnvelopeData | FetchResponse