Search Results for

    Show / Hide Table of Contents

    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 Source

    Pop3MailingManager(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 Source

    DeleteMessage(String)

    Deletes the mail message with the specified message number.

    Declaration
    public void DeleteMessage(string mailId)
    Parameters
    Type Name Description
    System.String mailId
    | Improve this Doc View Source

    GetMessages()

    Retrieves a set of mail messages

    Declaration
    public IDictionary<int, MimeMessage> GetMessages()
    Returns
    Type Description
    System.Collections.Generic.IDictionary<System.Int32, MimeMessage>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx