DigitalData.Modules.Messaging
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
Tests connection to a given IMAP Server by connecting and doing a simple message query.
IP-Address or Domainname of Server
IMAP-Port
IMAP-Username
IMAP-Password
The folder to fetch messages from. Defaults to `Inbox`
True if connection and query were successful. False otherwise.
Connects to an IMAP Server with the given credentials and
fetches emails from the given folder.
Results can be filtered with `SearchCondition`
IP-Address or Domainname of Server
IMAP-Port
IMAP-Username
IMAP-Password
The folder to fetch messages from
Filter the search command. Defaults to `All`
A list of Independentsoft.Email.Mime.Message objects
Uses a private API from MailWriter to write a MailMessage to disk.
May break in future versions of .NET
A Simple EventBus for .NET
https://stackoverflow.com/questions/368265/a-simple-event-bus-for-net
Register a form as an event listener.
The event listener, usually `Me`
Loads an eml file from disk and returns the IMail representation of it
Path to the eml file
The IMail object
Removes all attachments from an EML file and saves it to a temporary file.
The EML file to process.
The optional suffix to add to the original filename.
The path of the new EML without attachments.
Initializes the module.
IP-Address or Domainname of Server
IMAP-Port
IMAP-Username
IMAP-Password
Auth-Type
The folder to fetch messages from. Defaults to `Inbox`
Tests connection to a given IMAP Server by connecting and doing a simple message query.
True if connection and query were successful. False otherwise.
Creates a MailObject and sends Mail via smtp.
True if Message was send. False otherwise.