Hunny Software Library Reference

EnvelopeData Class

Class that contains the data of an IMAP4 ENVELOPE structure.

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

System.Object
   EnvelopeData

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

Remarks

An IMAP4 ENVELOPE structure is an optional data item in a FETCH response. The structure contains information obtained from the header fields of a message stored on the server.

EnvelopeData is a class that contains the data of an IMAP4 ENVELOPE structure. EnvelopeData provides properties to get the fields of the ENVELOPE structure.

Requirements

Namespace: Hunny.Mail

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

See Also

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