Pop3MessageCollection.Add Method
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
Add(Pop3MessageInfo)
Adds the Pop3MessageInfo to the Pop3MessageCollection.
Declaration
public void Add(Pop3MessageInfo item)
Parameters
Type | Name | Description |
---|---|---|
Pop3MessageInfo | item | The Pop3MessageInfo to be added to the Pop3MessageCollection. |