Class Pop3MailingManager
Class for pop3 mailing fungtions using the S22.Pop3 libary
Inheritance
System.Object
Pop3MailingManager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.Mailing
Assembly: Simplic.Framework.dll
Syntax
public class Pop3MailingManager
Constructors
| Improve this Doc View SourcePop3MailingManager(String, String, String, Int32, Boolean)
Initializes a new instance of pop3 mailing manager
Declaration
public Pop3MailingManager(string hosteName, string username, string password, int port = 110, bool ssl = false)
Parameters
Type | Name | Description |
---|---|---|
System.String | hosteName | |
System.String | username | |
System.String | password | |
System.Int32 | port | |
System.Boolean | ssl |
Methods
| Improve this Doc View SourceDeleteMessage(String)
Deletes the mail message with the specified message number.
Declaration
public void DeleteMessage(string mailId)
Parameters
Type | Name | Description |
---|---|---|
System.String | mailId |
GetMessages()
Retrieves a set of mail messages
Declaration
public IDictionary<int, MimeMessage> GetMessages()
Returns
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.Int32, MimeMessage> |