Class Pop3MessageInfoCollection

Pop3MessageInfoCollection class

Represents the information of a mail message from Pop3 server.

public sealed class Pop3MessageInfoCollection : Collection<Pop3MessageInfo>

Constructors

NameDescription
Pop3MessageInfoCollection()Initializes a new instance of the Pop3MessageInfoCollection class.

Methods

NameDescription
GetMessage(int)Gets the Pop3MessageInfo of the E-Mail message.
GetMessage(string)Gets the Pop3MessageInfo of the E-Mail message.

See Also