sync toc
Welcome to MailBee.NET Objects
Using MailBee.NET Objects in Your Projects
Using License Keys
Sales, Licensing, and Support
Deployment and Redistribution
Sample Applications
Online Samples
.NET Core Edition
UWP Edition (Universal Windows, UAP 10.0)
Xamarin Mono, Android, iOS Editions
MS Exchange, Office 365, Shared Mailboxes
Troubleshooting
Version History
Developer's Guide
Create and send e-mails with SMTP component
Getting started with SMTP component
Introduction
Feature map as compared with System.Net.Mail.SmtpClient
Import namespaces and set license key
Send e-mail in a single line of code
Send e-mail to SMTP relay server
Send HTML e-mail with attachment
Send e-mail with Reply-To and multiple To, CC and BCC recipients
Send if server requires SMTP authentication
Send if server requires SSL
Send to e-mail address with international domain (IDN)
Send e-mail directly without SMTP relay server
Verify e-mail address without sending actual e-mail
Exceptions and errors
MS Exchange SMTP issues
Log file of SMTP conversation
Troubleshoot common sending errors and non-delivery
Send from ASP.NET web application
Requirements and limitations
Send simple e-mail in ASP.NET
Send e-mail with attachment uploaded from client
Compose complex e-mail with multiple parts and attachments
Send e-mail with separate HTML and plain-text parts
Send e-mail with HTML part and auto-generated plain-text part
Send e-mail with attachments from stream, memory, another message
Send HTML e-mail with embedded pictures
Send e-mail created from web page content
Create HTML in memory and automatically embed linked resources
Create HTML in memory and manually embed linked resources
Compose e-mail created from another object or file
Send e-mail created from System.Net.Mail.MailMessage
Send e-mail created from memory
Send e-mail created from file
Send e-mail created from serialized XML
Send e-mail created from Outlook .MSG message
Compose international e-mail
Charsets, code pages, encodings, and UTF-8
Content-transfer encodings
UTF-8 or local language-specific charset?
HTML META tag with charset declaration
HTML-encoded international characters
Send plain-text e-mail with Chinese content and "utf-8" or "gb2312" charset
Send plain-text e-mail with Windows-1252 headers (German characters in From, Subject, To)
Send HTML e-mail with international characters
Compose e-mail in right-to-left language like Hebrew
Send e-mail with international characters in headers, body, attachment filenames
Set From, Reply-To, Return-Path, To, CC, BCC, Priority and other headers in e-mail
Introduction
Set different From and Return-Path (use "real" sender address different from "From" address)
Send to undisclosed recipients (use "real" recipient addresses different from "To", "CC", "BCC" addresses)
Set "Request delivery confirmation" and "Request read confirmation" flags
Set Reply-To
Reply to message and set In-Reply-To and References headers
Set Importance, Priority, Sensitivity flags
Set custom Date and Message-ID values
Add custom headers
Mail merge and bulk mail
Mail merge in MailBee.NET
Bulk mail, explained
Error processing in bulk mail operations
Send series of e-mails based on template and database
Mail merge with post processing
Monitor mail merge progress and track successful and failed sendings
Submit e-mails generated with mail merge to MailBee.NET Queue
Request delivery and reading confirmation
Comparison of various methods of requesting delivery and reading confirmations
Request delivery and reading confirmation via message headers
Request delivery status notification with ESMTP DSN
Use ESMTP DSN and message headers together
ESMTP DSN in detail
Fine-tune ESMTP DSN and assign Tracking ID to e-mail
Adjust e-mail to let it pass through spam filters
Sign e-mail with DomainKeys and DKIM
General suggestions
Sign and encrypt e-mail with S/MIME
Introduction
Sign e-mail with S/MIME to prove authenticity of sender
Sign and encrypt e-mail with S/MIME to ensure privacy and security
Accepted and refused recipients
Introduction
Allow or disallow refused (failed) recipients
Get successful and failed recipients after sending e-mail
Use events to track successful and failed recipients during sending e-mail
Direct send without SMTP relay server
Send with SMTP relay server, explained
Direct send via DNS MX lookup, explained
Set DNS servers in code, via auto-detection, or in config file
Direct send example
Set appropriate Hello message to pass reverse DNS check
Direct send vs normal send
Validate e-mail address via syntax check and DNS MX lookup
Filter spam with DNS queries (MX, SPF, DKIM, reverse DNS)
Introduction
Get DNS MX records
Get SPF or DKIM ADSP records with DNS TXT query
Get reverse DNS records with DNS PTR query
Use rDNS to check if sender's IP address matches HELO domain
Use rDNS query to find out if sender is home computer or Internet server
Send multiple individual e-mails or send through multiple servers
Introduction
Send two e-mails in single session
Send two e-mails in single session via SSL or STARTTLS
Send bulk e-mail through two SMTP relay servers for increased throughput
Send through main SMTP relay server or through fail-over SMTP relay server if main server is down
Send through SMTP relay server or use direct send if SMTP relay server is down
Submit to MailBee.NET Queue for increased or limited throughput
Throttle throughput (limit sending rate)
Performance optimization
SMTP over SSL (Gmail.com, Live.com, certificates)
Features supported
Auto-detect SSL settings based on the port and host
Connect to dedicated SSL port
Connect to regular port and use STARTTLS to activate SSL
Advanced STARTTLS
Configure SSL protocol (Auto, TLS 1.2)
Supply client certificate and check server certificate
Validate server certificate selectively
Validate server certificate without throwing exception
SMTP authentication in detail
SMTP authentication explained
POP-before-SMTP or ESMTP?
Authenticate with POP-before-SMTP
ESMTP authentication in more detail
Secure authentication
Use Integrated Windows Authentication (no username and password required)
Use OAuth 2.0 with Gmail, Outlook.com, Live.com or Hotmail.com
Fine-tune SMTP authentication process
Create your own authentication method
Advanced SMTP connections (proxy, extensions, custom hello, commands and ports)
Connect via proxy server (SOCKS4, SOCKS5, HTTP)
Connect to non-standard SMTP port
Set local end point in case of multiple network adapters or firewall
Send custom Hello message to server
Examine supported ESMTP extensions
Disable conflicting ESMTP extensions
Send custom command to server
SMTP with filesystem, POP3, IMAP (forward from POP3, send to SMTP and IMAP)
Introduction
Load e-mail from file and send it
Send e-mail and save it to Sent Items on IMAP server
Send e-mail and save it to file stream
Receive e-mail with POP3, forward it as attachment of another e-mail and send with SMTP
Receive e-mail with IMAP, reply to it and send via SMTP
Use events to control MailBee.NET execution and monitor SMTP activities
Introduction
Monitor progress of SMTP session with events
Change e-mail message during sending
Cancel sending process
Handle exceptions and errors
Introduction
Error codes and localization of error messages
Connection-level and protocol-level exceptions
Final errors, warnings, and ErrorOccurred event
Exceptions and async methods
TestSend example
Asynchronous methods of Smtp class
Introduction
Send single e-mail asynchronously
Send multiple e-mails asynchronously
Log files and memory logs in detail
Logger settings and options
Synchronize access to log file of multiple instances of Smtp class
LogNewEntry event
Verify e-mail addresses with Address Validator
Introduction
Import namespaces and set license key
Usage basics
Understanding validation levels
Examining the results
Getting data from SqlDataReader or any other IDataReader
DNS servers, caching, local endpoints, SMTP settings
WinForms sample project
Getting started with IMAP and POP3 components
Introduction
Feature map, as IMAP vs POP3 comparison
IMAP and POP3 limitations (e.g. change password feature)
Import namespaces and set license key
Retrieve e-mail in a single line of code
Save all attachments of downloaded e-mail
Display HTML e-mail with embedded pictures
Display international e-mail addresses (IDN domains)
Make IMAP version from POP3 code
Retrieve and parse headers for all e-mails in Inbox
Retrieve ranges of e-mails
Detect and retrieve new e-mails
Delete e-mails from server
Upload e-mails to IMAP server
Access e-mail in IMAP folders besides Inbox
Retrieve e-mail from server which requires SSL (e.g. Gmail)
Gmail IMAP and POP3 issues
MS Exchange IMAP and POP3 issues
Log file of IMAP and POP3 session
Troubleshoot common errors and problems
Getting started with Outlook Converter
Introduction
More facts on Outlook and its file formats
Feature List
Import namespaces and set license key
Convert .MSG file to .EML
Convert .EML file to .MSG
Parse .MSG file and access the parsed e-mail data
Create .MSG file from scratch
Create .MSG file from IMAP e-mail
Export .MSG file into Outlook
Get MailMessage from Outlook inbox and save it as .EML file
Read .PST file without Outlook
Read contacts, appointments, and other items from .PST file
.MSG, .PST and .EML streams
Advanced topics and fine-tuning
iCal and vCard calendars and contacts
iCal and vCard formats
ICalVCard.dll plugin
Parse vCard contact and display its contents
Display photo from vCard in Windows desktop app
Create vCard with photo and send it as e-mail
Create iCal appointment
Create event
Create recurring event
Create appointment with reminder
Respond to appointment request
Analyze responses to appointment request
OAuth 2.0 in Windows, .NET Core, and ASP.NET MVC apps
Office 365 (installed interactive applications)
Office 365 (non-interactive applications)
Office 365 (ASP.NET Core MVC)
Microsoft accounts (installed apps)
Microsoft accounts (installed apps running HttpListener)
Google Regular Accounts (installed apps)
Google "Service Accounts" (installed and web apps)
Microsoft and Google Accounts (ASP.NET MVC)
Microsoft and Google Accounts (ASP.NET Core MVC)
OAuth 2.0 for Universal Windows apps (UAP 10.0)
Assembly Reference
MailBee (Base and Supporting Classes)
Event Classes
CommonEventArgs Class
CommonEventArgs Methods
CommonEventArgs Properties
State Property
ConnectedEventArgs Class
ConnectedEventArgs Methods
ConnectedEventArgs Properties
Protocol Property
RemoteEndPoint Property
RemoteHostName Property
ConnectedEventHandler Delegate
DataTransferEventArgs Class
DataTransferEventArgs Methods
DataTransferEventArgs Properties
Data Property
Protocol Property
RemoteEndPoint Property
RemoteHostName Property
DataTransferEventHandler Delegate
DisconnectedEventArgs Class
DisconnectedEventArgs Methods
DisconnectedEventArgs Properties
IsNormalShutdown Property
Protocol Property
RemoteEndPoint Property
RemoteHostName Property
DisconnectedEventHandler Delegate
ErrorEventArgs Class
ErrorEventArgs Methods
ErrorEventArgs Properties
IsFinalError Property
Reason Property
ErrorEventHandler Delegate
HostResolvedEventArgs Class
HostResolvedEventArgs Methods
HostResolvedEventArgs Properties
RemoteHost Property
HostResolvedEventHandler Delegate
LoggedInEventArgs Class
LoggedInEventArgs Methods
LoggedInEventArgs Properties
Protocol Property
RemoteEndPoint Property
RemoteHostName Property
LoggedInEventHandler Delegate
LogNewEntryEventArgs Class
LogNewEntryEventArgs Methods
LogNewEntryEventArgs Properties
NewEntry Property
LogNewEntryEventHandler Delegate
SocketConnectedEventArgs Class
SocketConnectedEventArgs Methods
SocketConnectedEventArgs Properties
Protocol Property
RemoteEndPoint Property
RemoteHostName Property
SocketConnectedEventHandler Delegate
SocketCreatingEventArgs Class
SocketCreatingEventArgs Methods
SocketCreatingEventArgs Properties
NewSocket Property
Protocol Property
RemoteEndPoint Property
RemoteHostName Property
SocketCreatingEventHandler Delegate
TlsStartedEventArgs Class
TlsStartedEventArgs Methods
TlsStartedEventArgs Properties
Protocol Property
RemoteEndPoint Property
RemoteHostName Property
TlsStartedEventHandler Delegate
Exception Classes
IMailBeeFatalException Interface
IMailBeeLoginBadCredentialsException Interface
IMailBeeLoginBadCredentialsException Properties
AccountName Property
Password Property
IMailBeeLoginBadMethodException Interface
IMailBeeLoginBadMethodException Properties
BadMethod Property
IMailBeeLoginException Interface
IMailBeeLoginNegativeResponseException Interface
IMailBeeLoginNegativeResponseException Properties
IMailBeeNegativeResponseException Interface
IMailBeeNegativeTextResponseException Interface
IMailBeeNegativeTextResponseException Properties
ResponseEncoding Property
ResponseString Property
IMailBeeSocketMustCloseException Interface
IMailBeeWin32Exception Interface
IMailBeeWin32Exception Properties
NativeErrorCode Property
MailBeeAbortedByRemoteHostException Class
MailBeeAbortedByRemoteHostException Constructor
MailBeeAbortedByRemoteHostException Methods
MailBeeAbortedByRemoteHostException Properties
MailBeeAbortedByRemoteHostException Events
MailBeeBatchException Class
MailBeeBatchException Constructor
MailBeeBatchException Methods
MailBeeBatchException Properties
MailBeeBatchException Events
MailBeeConnectionException Class
MailBeeConnectionException Constructor
MailBeeConnectionException Methods
MailBeeConnectionException Properties
MailBeeConnectionException Events
MailBeeDataParsingException Class
MailBeeDataParsingException Constructor
MailBeeDataParsingException Methods
MailBeeDataParsingException Properties
MailBeeDataParsingException Events
MailBeeDataSyntaxException Class
MailBeeDataSyntaxException Constructor
MailBeeDataSyntaxException Methods
MailBeeDataSyntaxException Properties
MailBeeDataSyntaxException Events
MailBeeDateParsingException Class
MailBeeDateParsingException Constructor
MailBeeDateParsingException Methods
MailBeeDateParsingException Properties
MailBeeDateParsingException Events
MailBeeEmailProtocolException Class
MailBeeEmailProtocolException Constructor
MailBeeEmailProtocolException Methods
MailBeeEmailProtocolException Properties
MailBeeEmailProtocolException Events
MailBeeEmailProtocolNegativeResponseException Class
MailBeeEmailProtocolNegativeResponseException Constructor
MailBeeEmailProtocolNegativeResponseException Methods
MailBeeEmailProtocolNegativeResponseException Properties
ResponseEncoding Property
ResponseString Property
MailBeeEmailProtocolNegativeResponseException Events
MailBeeException Class
MailBeeException Constructor
MailBeeException Methods
MailBeeException Properties
ErrorCode Property
MailBeeException Events
MailBeeExternalException Class
MailBeeExternalException Constructor
MailBeeExternalException Methods
MailBeeExternalException Properties
MailBeeExternalException Events
MailBeeGetHostNameException Class
MailBeeGetHostNameException Constructor
MailBeeGetHostNameException Methods
MailBeeGetHostNameException Properties
MailBeeGetHostNameException Events
MailBeeGetLocalHostNameException Class
MailBeeGetLocalHostNameException Constructor
MailBeeGetLocalHostNameException Methods
MailBeeGetLocalHostNameException Properties
MailBeeGetLocalHostNameException Events
MailBeeGetRemoteHostNameException Class
MailBeeGetRemoteHostNameException Constructor
MailBeeGetRemoteHostNameException Methods
MailBeeGetRemoteHostNameException Properties
HostName Property
HostProtocol Property
MailBeeGetRemoteHostNameException Events
MailBeeInternalException Class
MailBeeInternalException Constructor
MailBeeInternalException Methods
MailBeeInternalException Properties
MailBeeInternalException Events
MailBeeInvalidArgumentException Class
MailBeeInvalidArgumentException Constructor
MailBeeInvalidArgumentException Methods
MailBeeInvalidArgumentException Properties
MailBeeInvalidArgumentException Events
MailBeeInvalidResponseException Class
MailBeeInvalidResponseException Constructor
MailBeeInvalidResponseException Methods
MailBeeInvalidResponseException Properties
MailBeeInvalidResponseException Events
MailBeeInvalidStateException Class
MailBeeInvalidStateException Constructor
MailBeeInvalidStateException Methods
MailBeeInvalidStateException Properties
MailBeeInvalidStateException Events
MailBeeInvalidTextResponseException Class
MailBeeInvalidTextResponseException Constructor
MailBeeInvalidTextResponseException Methods
MailBeeInvalidTextResponseException Properties
ResponseEncoding Property
ResponseString Property
MailBeeInvalidTextResponseException Events
MailBeeInvalidTextResponseItemException Class
MailBeeInvalidTextResponseItemException Constructor
MailBeeInvalidTextResponseItemException Methods
MailBeeInvalidTextResponseItemException Properties
MailBeeInvalidTextResponseItemException Events
MailBeeIOException Class
MailBeeIOException Constructor
MailBeeIOException Methods
MailBeeIOException Properties
MailBeeIOException Events
MailBeeLicenseException Class
MailBeeLicenseException Constructor
MailBeeLicenseException Methods
MailBeeLicenseException Properties
MailBeeLicenseException Events
MailBeeLocalException Class
MailBeeLocalException Constructor
MailBeeLocalException Methods
MailBeeLocalException Properties
MailBeeLocalException Events
MailBeeLoginNoCredentialsException Class
MailBeeLoginNoCredentialsException Constructor
MailBeeLoginNoCredentialsException Methods
MailBeeLoginNoCredentialsException Properties
AccountName Property
Password Property
MailBeeLoginNoCredentialsException Events
MailBeeLoginNoSupportedMethodsException Class
MailBeeLoginNoSupportedMethodsException Constructor
MailBeeLoginNoSupportedMethodsException Methods
MailBeeLoginNoSupportedMethodsException Properties
RequestedMethods Property
SupportedMethods Property
MailBeeLoginNoSupportedMethodsException Events
MailBeeLoginNotPossibleException Class
MailBeeLoginNotPossibleException Constructor
MailBeeLoginNotPossibleException Methods
MailBeeLoginNotPossibleException Properties
MailBeeLoginNotPossibleException Events
MailBeeLoginWin32Exception Class
MailBeeLoginWin32Exception Constructor
MailBeeLoginWin32Exception Methods
MailBeeLoginWin32Exception Properties
NativeErrorCode Property
MailBeeLoginWin32Exception Events
MailBeeNetworkException Class
MailBeeNetworkException Constructor
MailBeeNetworkException Methods
MailBeeNetworkException Properties
MailBeeNetworkException Events
MailBeeNoIP4HostFoundException Class
MailBeeNoIP4HostFoundException Constructor
MailBeeNoIP4HostFoundException Methods
MailBeeNoIP4HostFoundException Properties
HostEntry Property
Port Property
MailBeeNoIP4HostFoundException Events
MailBeeProtocolException Class
MailBeeProtocolException Constructor
MailBeeProtocolException Methods
MailBeeProtocolException Properties
MailBeeProtocolException Events
MailBeeProtocolExtensionNotSupportedException Class
MailBeeProtocolExtensionNotSupportedException Constructor
MailBeeProtocolExtensionNotSupportedException Methods
MailBeeProtocolExtensionNotSupportedException Properties
MailBeeProtocolExtensionNotSupportedException Events
MailBeeRemoteHostException Class
MailBeeRemoteHostException Constructor
MailBeeRemoteHostException Methods
MailBeeRemoteHostException Properties
Protocol Property
RemoteEndPoint Property
RemoteHostName Property
WasConnected Property
MailBeeRemoteHostException Events
MailBeeRemoteHostResponseTimeoutException Class
MailBeeRemoteHostResponseTimeoutException Constructor
MailBeeRemoteHostResponseTimeoutException Methods
MailBeeRemoteHostResponseTimeoutException Properties
MailBeeRemoteHostResponseTimeoutException Events
MailBeeSocketAbortedException Class
MailBeeSocketAbortedException Constructor
MailBeeSocketAbortedException Methods
MailBeeSocketAbortedException Properties
MailBeeSocketAbortedException Events
MailBeeSocketException Class
MailBeeSocketException Constructor
MailBeeSocketException Methods
MailBeeSocketException Properties
MailBeeSocketException Events
MailBeeSocketHostDownException Class
MailBeeSocketHostDownException Constructor
MailBeeSocketHostDownException Methods
MailBeeSocketHostDownException Properties
MailBeeSocketHostDownException Events
MailBeeSocketHostNotFoundException Class
MailBeeSocketHostNotFoundException Constructor
MailBeeSocketHostNotFoundException Methods
MailBeeSocketHostNotFoundException Properties
MailBeeSocketHostNotFoundException Events
MailBeeSocketHostUnreachableException Class
MailBeeSocketHostUnreachableException Constructor
MailBeeSocketHostUnreachableException Methods
MailBeeSocketHostUnreachableException Properties
MailBeeSocketHostUnreachableException Events
MailBeeSocketObjectDisposedException Class
MailBeeSocketObjectDisposedException Constructor
MailBeeSocketObjectDisposedException Methods
MailBeeSocketObjectDisposedException Properties
MailBeeSocketObjectDisposedException Events
MailBeeSocketRefusedException Class
MailBeeSocketRefusedException Constructor
MailBeeSocketRefusedException Methods
MailBeeSocketRefusedException Properties
MailBeeSocketRefusedException Events
MailBeeSocketResetException Class
MailBeeSocketResetException Constructor
MailBeeSocketResetException Methods
MailBeeSocketResetException Properties
MailBeeSocketResetException Events
MailBeeSocketTimeoutException Class
MailBeeSocketTimeoutException Constructor
MailBeeSocketTimeoutException Methods
MailBeeSocketTimeoutException Properties
MailBeeSocketTimeoutException Events
MailBeeStreamException Class
MailBeeStreamException Constructor
MailBeeStreamException Methods
MailBeeStreamException Properties
MailBeeStreamException Events
MailBeeSystemSettingsException Class
MailBeeSystemSettingsException Constructor
MailBeeSystemSettingsException Methods
MailBeeSystemSettingsException Properties
MailBeeSystemSettingsException Events
MailBeeUserAbortException Class
MailBeeUserAbortException Constructor
MailBeeUserAbortException Methods
MailBeeUserAbortException Properties
MailBeeUserAbortException Events
MailBeeWebException Class
MailBeeWebException Constructor
MailBeeWebException Methods
MailBeeWebException Properties
MailBeeWebException Events
AuthenticationMethods Enumeration
AuthenticationOptions Enumeration
ErrorCodes Class
ErrorCodes Fields
AbortedByLocalHost Field
AbortedByServer Field
AbortedByUser Field
AlreadyConnected Field
AlreadyLoggedIn Field
AlreadySsl Field
ArgumentEmpty Field
ArgumentInvalid Field
ArgumentNull Field
ArgumentOutOfRange Field
BadCredentials Field
BadDnsResponseHeader Field
BadMessageData Field
BadRecipient Field
BadSender Field
BdatRejected Field
BdatTimeout Field
Busy Field
CertificateDataInvalid Field
CertificateStoreWin32Error Field
CertificateValidationError Field
CertificateWin32Error Field
ConnectionRefused Field
ConnectionReset Field
Conversion8bitTo7Bit Field
CryptographicException Field
CryptoPrivateKeyInvalid Field
CryptoProviderWin32Error Field
DataNotAllowed Field
DeadDomainSmtpMXesInCache Field
DnsFailureReply Field
DnsFormatErrorReply Field
DnsInvalidQName Field
DnsNameErrorReply Field
DnsNotSupportedReply Field
DnsQueryMismatch Field
DnsQueryRefusedReply Field
DnsRecursionRequired Field
DnsUnknownReply Field
EhloNotSupported Field
EmptyHostNameForDnsQuery Field
EmptyResponseLine Field
EncodingError Field
EwsFolderAlreadyExists Field
EwsFolderNotFound Field
EwsLocalException Field
EwsRemoteException Field
ExternalError Field
FileNotFoundException Field
HostDown Field
HostNotFound Field
HostUnreachable Field
IllegalContext Field
IllegalInCurrentState Field
IllegalInMultiThreadMode Field
IllegalRaiseEventsMode Field
ImapFolderNotSelected Field
ImapIdleNotSupported Field
ImapMessageIndexNotFound Field
ImapNamespaceNotSupported Field
ImapQuotaNotSupported Field
ImapResponseNotFound Field
ImapSortNotSupported Field
ImapUidPlusNotSupported Field
ImpersonationWin32Error Field
InconsistentResponse Field
InternalError Field
InvalidBase64DataInResponse Field
InvalidBinaryResponse Field
InvalidDataFormat Field
InvalidDataSyntax Field
InvalidDateFormat Field
InvalidDomainInCache Field
InvalidImapEnvelope Field
InvalidOperationException Field
InvalidResponse Field
InvalidResponseItem Field
IOException Field
JobInBatchFailed Field
LicenseError Field
LoginWin32Error Field
MessageDataTooLarge Field
NegativeResponse Field
NoAllowedRecipients Field
NoCredentials Field
NoDnsAttemptsLeft Field
NoDnsServersAvailable Field
NoDnsServersSpecified Field
NoDomainsForMXLookup Field
NoDomainsToSendFor Field
NoIP4AddressesFound Field
NoMessageInImapResponse Field
NoOperationToEnd Field
NoRecipients Field
NoSender Field
NoSmtpOrDnsServersSpecified Field
NoSmtpServersSpecified Field
NoSupportedLoginMethods Field
NotConnected Field
NotHelloed Field
NotImpersonated Field
NotLoggedIn Field
ObjectReadOnly Field
OK Field
OleDocBuildingError Field
OleDocParsingError Field
OutlookPstParsingError Field
Pop3AuthCommandUnknown Field
Pop3CapaCommandUnknown Field
ProxyAuthMethodsNotAccepted Field
ProxyConnectionDeclined Field
ProxyGssApiAuthFailed Field
ProxyUserPassAuthFailed Field
ResponseTimeout Field
SaslAnswerRejected Field
SmimeWin32Error Field
SocketDisposed Field
SocketException Field
SocketTimeout Field
SslNegoAuthException Field
SslNegoException Field
SslNegoIOException Field
SslNegoNotSupportedException Field
SslWin32Error Field
StartTlsNotAvailable Field
StreamCannotRead Field
StreamCannotWrite Field
TnefAttributeChecksumInvalid Field
TnefAttributeLevelInvalid Field
TnefCompressedRtfCrc32Failed Field
TnefCompressedRtfDataSizeMismatch Field
TnefCompressedRtfHeaderInvalid Field
TnefGuidInvalid Field
TnefLevelTypeInvalid Field
TnefMapiPropTypeInvalid Field
TnefMapiTypeUnknown Field
TnefMapiValueInvalid Field
TnefSignatureInvalid Field
TnefUnexpectedEndOfStream Field
TnefUnknownRtfCompressionType Field
UnauthorizedAccessException Field
Unknown Field
UnsupportedLoginMethod Field
WebException Field
XmlException Field
ErrorCodes Methods
Global Class
Global Methods
Global Properties
AutodetectPortAndSslMode Property
DefaultCulture Property
DefaultEncoding Property
DefaultServerName Property
DefaultTimeout Property
DnsMaxFailureCount Property
DnsNextAttemptInterval Property
DnsPort Property
DnsServers Property
FipsMode Property
FixBadDates Property
LicenseKey Property
LocalSmtpMXServerName Property
MaxMultiLineDataLength Property
Pipelining Property
PreferIPv4Hosts Property
PreserveMimePartOrder Property
PrivateDataCover Property
SafeMode Property
TcpBufSize Property
UnwrappedLineLengthLimit Property
Version Property
LogEntry Class
LogEntry Methods
ToString Method
LogEntry Properties
AddThisEntry Property
ContextInfo Property
MessageComment Property
MessageText Property
MessageType Property
Time Property
LogFormatOptions Enumeration
Logger Class
Logger Methods
Clear Method
ClearAsync Method
GetMemoryLog Method
WriteLine Method
WriteLineAsync Method
Logger Properties
DateTimeFormatFull Property
DateTimeFormatTimeOnly Property
DisableOnException Property
Enabled Property
FileEncoding Property
Filename Property
Format Property
HidePasswords Property
KeepLogFileOpen Property
LogDnsQueryBody Property
MaxSize Property
MemoryLog Property
OldFilename Property
SyncRoot Property
LogMessageType Enumeration
OAuth Class
OAuth Constructor
OAuth Fields
OAuthCallbackKey Field
OAuth Methods
AccessToken Method
AccessToken Method (String, String)
AccessToken Method (String, String, StringDictionary)
AuthorizeToken Method
AuthorizeToken Method (String)
AuthorizeToken Method (String, StringDictionary)
GetXOAuthKey Method
GetXOAuthKey Method (String)
GetXOAuthKey Method (String, StringDictionary)
RequestToken Method
RequestToken Method (String)
RequestToken Method (String, StringDictionary)
OAuth Properties
EnableOpenIDHybrid Property
Token Property
TokenSecret Property
OAuth2 Class
OAuth2 Constructor
OAuth2 Fields
ClientIdKey Field
RedirectUriKey Field
ResponseTypeKey Field
Scope Field
OAuth2 Methods
AuthorizeToken Method
GetXOAuthKey Method
GetXOAuthKeyStatic Method
OpenID Class
OpenID Methods
GetOpenIDServer Method
GetParamsForGoogleOpenIdWithOAuth Method
GetParamsForYahooOpenIdWithOAuth Method
GetRedirectURL Method
Resources Class
Resources Constructor
Resources Methods
Resources Properties
ErrorDesc_0ComponentNotLicensed Property
ErrorDesc_AbortedByLocalHost Property
ErrorDesc_AbortedByServer Property
ErrorDesc_AbortedByUser Property
ErrorDesc_AlreadyConnected Property
ErrorDesc_AlreadyLoggedIn Property
ErrorDesc_AlreadySsl Property
ErrorDesc_ArgumentEmpty Property
ErrorDesc_ArgumentInvalid Property
ErrorDesc_ArgumentNull Property
ErrorDesc_ArgumentOutOfRange Property
ErrorDesc_BadCredentials Property
ErrorDesc_BadDnsResponseHeader Property
ErrorDesc_BadMessageData Property
ErrorDesc_BadRecipient Property
ErrorDesc_BadSender Property
ErrorDesc_BdatRejected Property
ErrorDesc_BdatTimeout Property
ErrorDesc_Busy Property
ErrorDesc_CertificateDataInvalid Property
ErrorDesc_CertificateStoreWin32Error Property
ErrorDesc_CertificateValidationError Property
ErrorDesc_CertificateWin32Error Property
ErrorDesc_ConnectionRefused Property
ErrorDesc_ConnectionReset Property
ErrorDesc_Conversion8bitTo7Bit Property
ErrorDesc_CryptographicException Property
ErrorDesc_CryptoPrivateKeyInvalid Property
ErrorDesc_CryptoProviderWin32Error Property
ErrorDesc_DataNotAllowed Property
ErrorDesc_DeadDomain0SmtpMXesInCache Property
ErrorDesc_DnsFailureReply Property
ErrorDesc_DnsFormatErrorReply Property
ErrorDesc_DnsInvalidQName Property
ErrorDesc_DnsNameErrorReply Property
ErrorDesc_DnsNotSupportedReply Property
ErrorDesc_DnsQueryMismatch Property
ErrorDesc_DnsQueryRefusedReply Property
ErrorDesc_DnsRecursionRequired Property
ErrorDesc_DnsUnknownReply Property
ErrorDesc_EhloNotSupported Property
ErrorDesc_EmptyHostNameForDnsQuery Property
ErrorDesc_EmptyResponseLine Property
ErrorDesc_EncodingError Property
ErrorDesc_EwsFolderAlreadyExists Property
ErrorDesc_EwsFolderNotFound Property
ErrorDesc_EwsLocalException Property
ErrorDesc_EwsRemoteException Property
ErrorDesc_ExternalError Property
ErrorDesc_FileNotFoundException Property
ErrorDesc_HostDown Property
ErrorDesc_HostNotFound Property
ErrorDesc_HostUnreachable Property
ErrorDesc_IllegalContext Property
ErrorDesc_IllegalInCurrentState Property
ErrorDesc_IllegalInMultiThreadMode Property
ErrorDesc_IllegalRaiseEventsMode Property
ErrorDesc_ImapFolderNotSelected Property
ErrorDesc_ImapIdleNotSupported Property
ErrorDesc_ImapMessageIndexNotFound Property
ErrorDesc_ImapNamespaceNotSupported Property
ErrorDesc_ImapQuotaNotSupported Property
ErrorDesc_ImapResponseNotFound Property
ErrorDesc_ImapSortNotSupported Property
ErrorDesc_ImapUidPlusNotSupported Property
ErrorDesc_ImpersonationWin32Error Property
ErrorDesc_InconsistentResponse Property
ErrorDesc_InternalError Property
ErrorDesc_InvalidBase64DataInResponse Property
ErrorDesc_InvalidBinaryResponse Property
ErrorDesc_InvalidDataFormat Property
ErrorDesc_InvalidDataSyntax Property
ErrorDesc_InvalidDateFormat Property
ErrorDesc_InvalidDomain0InCache Property
ErrorDesc_InvalidImapEnvelope Property
ErrorDesc_InvalidOperationException Property
ErrorDesc_InvalidResponse Property
ErrorDesc_InvalidResponseItem Property
ErrorDesc_IOException Property
ErrorDesc_JobInBatchFailed Property
ErrorDesc_LoginWin32Error Property
ErrorDesc_MessageDataTooLarge Property
ErrorDesc_NegativeResponse Property
ErrorDesc_NoAllowedRecipients Property
ErrorDesc_NoCredentials Property
ErrorDesc_NoDnsAttemptsLeft Property
ErrorDesc_NoDnsServersAvailable Property
ErrorDesc_NoDnsServersSpecified Property
ErrorDesc_NoDomainsForMXLookup Property
ErrorDesc_NoDomainsToSendFor Property
ErrorDesc_NoIP4AddressesFound Property
ErrorDesc_NoMessageInImapResponse Property
ErrorDesc_NoOperationToEnd Property
ErrorDesc_NoRecipients Property
ErrorDesc_NoSender Property
ErrorDesc_NoSmtpOrDnsServersSpecified Property
ErrorDesc_NoSmtpServersSpecified Property
ErrorDesc_NoSupportedLoginMethods Property
ErrorDesc_NotConnected Property
ErrorDesc_NotHelloed Property
ErrorDesc_NotImpersonated Property
ErrorDesc_NotLoggedIn Property
ErrorDesc_ObjectReadOnly Property
ErrorDesc_OK Property
ErrorDesc_OleDocAttemptToReplaceExistingBlockAllocationTable Property
ErrorDesc_OleDocBatCountExceedsLimit Property
ErrorDesc_OleDocBlock0AlreadyRemoved Property
ErrorDesc_OleDocBuildingError Property
ErrorDesc_OleDocCannotOpenInternalDocumentStorage Property
ErrorDesc_OleDocCannotRemoveBlock0OutOfRange1 Property
ErrorDesc_OleDocCannotReturnEmptyData Property
ErrorDesc_OleDocCouldNotFindAllBlocks Property
ErrorDesc_OleDocDuplicateName0 Property
ErrorDesc_OleDocEntry0IsNotDocumentEntry Property
ErrorDesc_OleDocIllegalBlockCount0 Property
ErrorDesc_OleDocImproperlyInitializedList Property
ErrorDesc_OleDocIndex0IsUnused Property
ErrorDesc_OleDocInvalidHeaderSignatureRead0Expected1 Property
ErrorDesc_OleDocParsingError Property
ErrorDesc_OleDocTriedToWriteTooMuchData Property
ErrorDesc_OleDocUnableToReadEntireHeader0ReadExpected1 Property
ErrorDesc_OleDocXmlNotOle2Format Property
ErrorDesc_OutlookPstAttachmentIsEmpty Property
ErrorDesc_OutlookPstAttemptingToGetNonBinaryData Property
ErrorDesc_OutlookPstBadSignature0 Property
ErrorDesc_OutlookPstCantGetChildFoldersForFolder01ChildCount23 Property
ErrorDesc_OutlookPstExpectingLocalDescriptorNodeRef Property
ErrorDesc_OutlookPstExternalReferenceButNoLocalDescriptorItems Property
ErrorDesc_OutlookPstInvalidDescriptorsOffsetPassed Property
ErrorDesc_OutlookPstInvalidFileHeader0 Property
ErrorDesc_OutlookPstInvalidInternalBlockSize Property
ErrorDesc_OutlookPstIOExceptionReadingSubNode0 Property
ErrorDesc_OutlookPstMissingAttachmentDescriptorItemFor0 Property
ErrorDesc_OutlookPstMultipleValueArraysInSubdescriptorsUnsupported Property
ErrorDesc_OutlookPstOnlyUnencryptedFilesSupported Property
ErrorDesc_OutlookPstParsingError Property
ErrorDesc_OutlookPstUnableToCreate7cTable Property
ErrorDesc_OutlookPstUnableToCreateBcTable Property
ErrorDesc_OutlookPstUnableToFetchAttachmentNumber0Only1InThisEmail Property
ErrorDesc_OutlookPstUnableToFetchAttachmentNumber0UnableToReadAttachmentDetailsTable Property
ErrorDesc_OutlookPstUnableToFetchRecipientNumber0 Property
ErrorDesc_OutlookPstUnableToFind0 Property
ErrorDesc_OutlookPstUnableToFindNode0 Property
ErrorDesc_OutlookPstUnableToParseTable0 Property
ErrorDesc_OutlookPstUnableToParseTableBadType Property
ErrorDesc_OutlookPstUnableToParseTableBadType0 Property
ErrorDesc_OutlookPstUnableToProcessArray Property
ErrorDesc_OutlookPstUnableToProcessXBlock Property
ErrorDesc_OutlookPstUnableToReadDescriptorNode Property
ErrorDesc_OutlookPstUnableToReadDescriptorNodeIsNotADescriptor Property
ErrorDesc_OutlookPstUnableToReadSignature Property
ErrorDesc_OutlookPstUnableToSeekPastEndOfItemSize0SeekingTo1 Property
ErrorDesc_OutlookPstUnknownChildType01 Property
ErrorDesc_OutlookPstUnrecognisedPstFileVersion0 Property
ErrorDesc_Pop3AuthCommandUnknown Property
ErrorDesc_Pop3CapaCommandUnknown Property
ErrorDesc_ProxyAuthMethodsNotAccepted Property
ErrorDesc_ProxyConnectionDeclined Property
ErrorDesc_ProxyGssApiAuthFailed Property
ErrorDesc_ProxyUserPassAuthFailed Property
ErrorDesc_ResponseTimeout Property
ErrorDesc_SaslAnswerRejected Property
ErrorDesc_SmimeWin32Error Property
ErrorDesc_SocketDisposed Property
ErrorDesc_SocketException Property
ErrorDesc_SocketTimeout Property
ErrorDesc_SslNegoAuthException Property
ErrorDesc_SslNegoException Property
ErrorDesc_SslNegoIOException Property
ErrorDesc_SslNegoNotSupportedException Property
ErrorDesc_SslWin32Error Property
ErrorDesc_StartTlsNotAvailable Property
ErrorDesc_StreamCannotRead Property
ErrorDesc_StreamCannotWrite Property
ErrorDesc_SyncIONotSupported Property
ErrorDesc_TnefAttributeChecksumInvalid Property
ErrorDesc_TnefAttributeLevelInvalid0 Property
ErrorDesc_TnefCompressedRtfCrc32Failed Property
ErrorDesc_TnefCompressedRtfDataSizeMismatch Property
ErrorDesc_TnefCompressedRtfHeaderInvalid Property
ErrorDesc_TnefGuidInvalid0 Property
ErrorDesc_TnefLevelTypeInvalid0 Property
ErrorDesc_TnefMapiMultivalueIsNotAllowedInSingleMapiValue Property
ErrorDesc_TnefMapiPropTypeInvalid0 Property
ErrorDesc_TnefMapiTypeUnknown0 Property
ErrorDesc_TnefSignature0Invalid Property
ErrorDesc_TnefUnexpectedEndOfStream Property
ErrorDesc_TnefUnknownRtfCompressionType0 Property
ErrorDesc_UnauthorizedAccessException Property
ErrorDesc_Unknown Property
ErrorDesc_UnsupportedLoginMethod Property
ErrorDesc_WebException Property
ErrorDesc_XmlException Property
ErrorDescSuffix_DnsResponseCode0HostName1Base64EncodedData2 Property
ErrorDescSuffix_ImapInvalidEnvelopeMessageNumber0 Property
ErrorDescSuffix_ImapNonExistentMessageNumber0 Property
ErrorDescSuffix_ImapNonExistentUid0 Property
ErrorDescSuffix_InnerException0 Property
ErrorDescSuffix_ResponseString0 Property
ErrorDescSuffix_ServerResponded0 Property
ErrorDescSuffix_Win32ErrorCode0Desc1 Property
Instance Property
LicenseKeyComVersion Property
LicenseKeyInvalid Property
LicenseKeyIsWriteOnlyWarning Property
LicenseKeyOlderVersion Property
LicenseKeyTrialExpired Property
Log_0BytesReceived Property
Log_0BytesSent Property
Log_AbortRequested Property
Log_AssemblyVersion0 Property
Log_Base64Banner Property
Log_ConnectedToServerAtHost0OnPort1 Property
Log_DisconnectedFromHost0 Property
Log_Dns0RecordsFoundForHost1 Property
Log_DnsCreatingQueryAboutHost0 Property
Log_DnsParsingReceivedResponse Property
Log_DnsQueryDone Property
Log_DnsRecordOfATypeHasIP0 Property
Log_DnsRecordOfCNameTypeIsAliasFor0 Property
Log_DnsRecordOfMXTypeHasSmtpHost0OfPreference1 Property
Log_DnsRecordOfPtrTypeDenotesDomain0 Property
Log_DnsRecordOfTxtTypeHas0Strings Property
Log_DnsRecordOfUnknownType Property
Log_DnsRecursionIsNotSupported Property
Log_DnsRecursionIsSupported Property
Log_DnsRecursionStatusUnknown Property
Log_DnsSendingQueryToEndPoint0 Property
Log_Error0 Property
Log_Ews0AttachmentsReturned Property
Log_EwsAttachmentNotFound Property
Log_EwsDownloadFolderByFullNameRecursivelyFoundNothing Property
Log_EwsFolderFullName0AlreadyExists Property
Log_EwsFolderFullName0MatchedToId1 Property
Log_EwsFolderFullName0NotFound Property
Log_EwsOperationDone Property
Log_EwsOperationDone0ItemsReturned Property
Log_EwsOperationDone0MessagesDeleted Property
Log_EwsWillAddAttachmentAndUpdateItem Property
Log_EwsWillBindFolderId0 Property
Log_EwsWillBindItemId0 Property
Log_EwsWillCheckFolderExistsByFullName0 Property
Log_EwsWillCheckFolderExistsByShortName0InParentFolderId1 Property
Log_EwsWillCopyItemToFolderId0 Property
Log_EwsWillCreateFolder0 Property
Log_EwsWillCreateFolder0InId1 Property
Log_EwsWillDelete0AttachmentsAndUpdateItem Property
Log_EwsWillDeleteAllAttachmentsAndUpdateItem Property
Log_EwsWillDeleteFolderUsingMethod0 Property
Log_EwsWillDeleteItemsUsingMethod0 Property
Log_EwsWillDeleteItemUsingMethod0 Property
Log_EwsWillDownloadFolderByFullName0InContainingFolderId1 Property
Log_EwsWillDownloadFolderByFullName0Recursively Property
Log_EwsWillDownloadFolderByShortName0InParentFolderId1 Property
Log_EwsWillEmptyFolderUsingMethod0 Property
Log_EwsWillFindFolderIdByShortName0InParentFolderId1 Property
Log_EwsWillFindFolders Property
Log_EwsWillFindItemsInFolderId0 Property
Log_EwsWillGet0Attachments Property
Log_EwsWillLoadPropertiesForItems Property
Log_EwsWillMoveFolderToId0 Property
Log_EwsWillMoveItemToFolderId0 Property
Log_EwsWillRenameFolderTo0 Property
Log_EwsWillRenameOrMoveFolderWithOldFullName0ToNewFullName1 Property
Log_EwsWillResolveName0 Property
Log_EwsWillSendEmail Property
Log_EwsWillSendEmailAndSaveCopy Property
Log_EwsWillSendEmailAndSaveCopyInFolderId0 Property
Log_EwsWillUpdateItemId0 Property
Log_EwsWillUpload0BytesMessageIntoFolderId1 Property
Log_Host0ResolvedToIP1 Property
Log_ImapCloseFolder Property
Log_ImapCopyMessagesDone Property
Log_ImapDownloadEnvelopesDone Property
Log_ImapDownloadFoldersDone Property
Log_ImapExpunge Property
Log_ImapExpunge0 Property
Log_ImapFolderQuota0 Property
Log_ImapFolderStatus0 Property
Log_ImapGetCapabilitiesViaCapability Property
Log_ImapGettingQuotaFromList Property
Log_ImapIdleDone Property
Log_ImapLiteralOfLength0 Property
Log_ImapManageFolder0 Property
Log_ImapMatchingQuotaFound Property
Log_ImapMoveMessagesDone Property
Log_ImapNamespace Property
Log_ImapPreauthenticatedUser Property
Log_ImapRenameFolder0To1 Property
Log_ImapSearchDone Property
Log_ImapSelectFolder0 Property
Log_ImapSetMessageFlags Property
Log_ImapSortDone Property
Log_ImapUploadMessageDone Property
Log_ImapWillCopyMessagesTo0 Property
Log_ImapWillDownloadEnvelopes Property
Log_ImapWillDownloadFoldersOf0Matching1 Property
Log_ImapWillFinishIdling Property
Log_ImapWillIdle Property
Log_ImapWillMoveMessagesTo0 Property
Log_ImapWillSearch Property
Log_ImapWillSort Property
Log_ImapWillTryRegularAuth Property
Log_ImapWillUploadMessageTo0 Property
Log_LoggedInAs0 Property
Log_MailingFailedJobReEnqueued Property
Log_MailingFailedJobsEnqueued Property
Log_MailingJob0 Property
Log_MailingNoPendingJobsLeft Property
Log_MailingPendingJobEnqueued Property
Log_MailingPendingJobWentToProcessing Property
Log_MailingProcessingJobsFinished Property
Log_MailingProcessingJobsStarted Property
Log_MailingWorkerThreadDone Property
Log_MessageTypeInfo Property
Log_MessageTypeRecv Property
Log_MessageTypeSend Property
Log_MessageTypeUser Property
Log_Pop3ApopAuthNotSupported Property
Log_Pop3DeletedMessageIndex0 Property
Log_Pop3DeletedMessagesStartIndex0Count1 Property
Log_Pop3Downloaded0Index1 Property
Log_Pop3Downloaded0StartIndex1Count2 Property
Log_Pop3DownloadList Property
Log_Pop3DownloadStat Property
Log_Pop3DownloadUidl Property
Log_Pop3EntireMessage Property
Log_Pop3EntireMessages Property
Log_Pop3GetAdvertizedSaslMethodsViaAuth Property
Log_Pop3GetCapabilitiesViaCapa Property
Log_Pop3MessageHeader Property
Log_Pop3MessageHeaderAnd0BodyLines Property
Log_Pop3MessageHeaders Property
Log_Pop3MessageHeadersAnd0BodyLines Property
Log_Pop3NothingToDelete Property
Log_Pop3ResetDeletes Property
Log_Pop3WillDeleteMessageIndex0 Property
Log_Pop3WillDeleteMessagesStartIndex0Count1 Property
Log_Pop3WillDownload0Index1 Property
Log_Pop3WillDownload0StartIndex1Count2 Property
Log_Pop3WillTryApopAuth Property
Log_Pop3WillTryRegularAuth Property
Log_Pop3ZeroMessagesDownloadedFromEmptyInbox Property
Log_Sasl0AuthUnsupported Property
Log_SendMailDone Property
Log_SendMailFailedRecipientsAllowed Property
Log_SendMailFailedRecipientsNotAllowed Property
Log_SendMailGotARblListsFor0RblsOf1Total Property
Log_SendMailGotDnsInfoRegardingHost0FromCache Property
Log_SendMailGotMXListsFor0DomainsOf1Total Property
Log_SendMailMadeDnsQueryToDnsAt0RegardingHost1 Property
Log_SendMailMessageSubmittedToPickupFolderAs0 Property
Log_SendMailProcessedDnsQueryToDnsAt0RegardingHost1 Property
Log_SendMailSentToMXesOfDomain0 Property
Log_SendMailSentToRecipientDomains Property
Log_SendMailSentViaMXLookup Property
Log_SendMailTestDone Property
Log_SendMailTestViaMXLookupDone Property
Log_SendMailWillGetARblRecordsForIP0 Property
Log_SendMailWillGetMXLists Property
Log_SendMailWillMakeDnsQueryToDnsAt0RegardingHost1 Property
Log_SendMailWillSend Property
Log_SendMailWillSendToMXesOfDomain0 Property
Log_SendMailWillSendToRecipientDomains Property
Log_SendMailWillSendViaMXLookup Property
Log_SendMailWillSubmitMessageToPickupFolder Property
Log_SendMailWillTestSend Property
Log_SendMailWillTestSendViaMXLookup Property
Log_ServerCertAutoValidationSucceeded Property
Log_ServerCertRetrieved Property
Log_SmtpAuthPopBeforeSmtpFailed Property
Log_SmtpAuthPopBeforeSmtpSucceeded Property
Log_SmtpLoginFailed Property
Log_SmtpSendDone Property
Log_SmtpSenderAndRecipientsAccepted Property
Log_SmtpSessionReset Property
Log_SmtpSubmittingMessageData Property
Log_SmtpSubmittingSenderAndRecipients Property
Log_SmtpTestSendDone Property
Log_SmtpWillHello Property
Log_SmtpWillPerformAuthPopBeforeSmtp Property
Log_SmtpWillResetSmtpSession Property
Log_SmtpWillSendMailMessageToServer0 Property
Log_SocketConnectedToIPAddress0OnPort1 Property
Log_SslCredentialsCreated Property
Log_SslHandshakeDone Property
Log_StartTls Property
Log_Warning0 Property
Log_WillConnectToHost0OnPort1 Property
Log_WillConnectVia0ProxyAtHost1OnPort2 Property
Log_WillCreateSslCredentials Property
Log_WillDisconnectFromHost0 Property
Log_WillLoginAs0 Property
Log_WillPerformSslHandshake Property
Log_WillResolveHost0 Property
Log_WillTrySasl0Auth Property
Log_WillValidateServerCert Property
LogParam_MailingFailedOrCancelled Property
LogParam_MailingSucceeded Property
LogSuffix_Tag0Rows1 Property
Pop3AuthCommandUnknown Property
Pop3CapaCommandUnknown Property
SmtpHelloed Property
SaslMethod Class
SaslMethod Constructor
SaslMethod Methods
AccountDataIsPassword Method
CreateNextClientAnswer Method
Dispose Method
Dispose Method
Dispose Method (Boolean)
GetSaslID Method
IsFipsCompliant Method
IsSecure Method
RequiresCredentials Method
SaslMethod Properties
AccountDomain Property
AccountName Property
ClientAnswer Property
ClientAnswerEncoding Property
ExpectBase64Challenge Property
Password Property
ServerChallenge Property
ServerChallengeEncoding Property
ServerName Property
ServiceName Property
Stage Property
TargetName Property
SortableByPriorityCollection Class
SortableByPriorityCollection Constructor
SortableByPriorityCollection Methods
SortByPriority Method
SortableByPriorityCollection Properties
TopLevelProtocolType Enumeration
MailBee.AddressCheck
Event Classes
VerifiedEventArgs Class
VerifiedEventArgs Methods
VerifiedEventArgs Properties
DataReader Property
DataReaderColumnNames Property
DataReaderRowValues Property
Email Property
Reason Property
Result Property
Row Property
RowIndex Property
Table Property
VerifiedEventHandler Delegate
VerifyingEventArgs Class
VerifyingEventArgs Methods
VerifyingEventArgs Properties
DataReader Property
DataReaderColumnNames Property
DataReaderRowValues Property
Email Property
Row Property
RowIndex Property
Table Property
VerifyIt Property
VerifyingEventHandler Delegate
AddressValidationLevel Enumeration
EmailAddressValidator Class
EmailAddressValidator Constructor
EmailAddressValidator Constructor
EmailAddressValidator Constructor (String)
EmailAddressValidator Methods
Abort Method
ArrayToDataTable Method
BeginVerify Method
Dispose Method
Dispose Method
Dispose Method (Boolean)
EndVerify Method
OnDataReceived Method
OnDataSent Method
OnErrorOccurred Method
OnLogNewEntry Method
OnVerified Method
OnVerifying Method
ResetState Method
Verify Method
Verify Method (String)
Verify Method (String[])
Verify Method (DataTable, String)
Verify Method (IDataReader, String)
VerifyAsync Method
VerifyAsync Method (String)
VerifyAsync Method (String[])
VerifyAsync Method (DataTable, String)
VerifyAsync Method (IDataReader, String)
EmailAddressValidator Properties
DnsServers Property
HelloDomain Property
IsAborted Property
IsBusy Property
LocalEndPoint Property
Log Property
MailFrom Property
MaxThreadCount Property
Pipelining Property
RaiseEvents Property
RegexPattern Property
Site Property
SmtpTimeout Property
SynchronizingObject Property
TrialDaysLeft Property
ValidationLevel Property
Version Property
EmailAddressValidator Events
DataReceived Event
DataSent Event
Disposed Event
ErrorOccurred Event
LogNewEntry Event
Verified Event
Verifying Event
MailBee.AntiSpam
BayesAlgorithm Enumeration
BayesFilter Class
BayesFilter Constructor
BayesFilter Constructor
BayesFilter Constructor (String)
BayesFilter Methods
LoadDatabase Method
LoadDatabase Method (Stream, Stream)
LoadDatabase Method (String, String)
LoadDatabaseAsync Method
LoadDatabaseAsync Method (Stream, Stream)
LoadDatabaseAsync Method (String, String)
SaveDatabase Method
SaveDatabase Method (Stream, Stream)
SaveDatabase Method (String, String)
SaveDatabase Method (Stream, Stream, Int32, Boolean)
SaveDatabase Method (String, String, Int32, Boolean)
SaveDatabaseAsync Method
SaveDatabaseAsync Method (Stream, Stream)
SaveDatabaseAsync Method (String, String)
SaveDatabaseAsync Method (Stream, Stream, Int32, Boolean)
SaveDatabaseAsync Method (String, String, Int32, Boolean)
ScoreMessage Method
TrainFilter Method
BayesFilter Properties
Algorithm Property
AutoLearning Property
AutoLearningGradeAbove Property
AutoLearningGradeBelow Property
LicenseKey Property
OnLockedDatabase Property
TrialDaysLeft Property
LockedDatabaseDelegate Delegate
RblFilter Class
RblFilter Constructor
RblFilter Constructor
RblFilter Constructor (String)
RblFilter Methods
Abort Method
Dispose Method
Dispose Method
Dispose Method (Boolean)
GetRblStatusesOfIPAddress Method
GetRblStatusesOfIPAddressAsync Method
GetRblStatusesOfMailOriginatingIPAddress Method
GetRblStatusesOfMailOriginatingIPAddressAsync Method
IsIPAddressInRbl Method
IsIPAddressInRblAsync Method
IsMailOriginatingIPAddressInRbl Method
IsMailOriginatingIPAddressInRblAsync Method
OnDataReceived Method
OnDataSent Method
OnErrorOccurred Method
OnLogNewEntry Method
ResetState Method
RblFilter Properties
DnsServers Property
IsAborted Property
IsBusy Property
Log Property
MaxThreadCount Property
RaiseEvents Property
Site Property
SynchronizingObject Property
TrialDaysLeft Property
Version Property
RblFilter Events
DataReceived Event
DataSent Event
Disposed Event
ErrorOccurred Event
LogNewEntry Event
RblStatus Class
RblStatus Methods
RblStatus Properties
IsError Property
IsIPAddressInRbl Property
RblHost Property
RblReplyText Property
RblStatusCollection Class
RblStatusCollection Methods
RblStatusCollection Properties
IsInRbls Property
Item Property
MailBee.BounceMail
CommonType Enumeration
DeliveryStatusParser Class
DeliveryStatusParser Constructor
DeliveryStatusParser Constructor (Byte[])
DeliveryStatusParser Constructor (String, Boolean)
DeliveryStatusParser Methods
Process Method
ProcessWithTimeout Method
DetailedType Enumeration
DsnAction Enumeration
DsnAttachment Class
DsnAttachment Constructor
DsnAttachment Methods
ToString Method
DsnAttachment Properties
ArrivalDate Property
ArrivalDateAsString Property
DsnGatewayName Property
DsnGatewayType Property
Items Property
OriginalEnvelopeID Property
ReceivedFromMtaName Property
ReceivedFromMtaType Property
Recipients Property
ReportingMtaName Property
ReportingMtaType Property
DsnRecipient Class
DsnRecipient Methods
ToString Method
DsnRecipient Properties
Action Property
DiagnosticCode Property
DiagnosticCodeType Property
FinalRecipientAddress Property
FinalRecipientType Property
IsLinked Property
Items Property
LastAttemptDate Property
LastAttemptDateAsString Property
OriginalRecipientAddress Property
OriginalRecipientType Property
RemoteMtaName Property
RemoteMtaType Property
Status Property
WillRetryUntil Property
WillRetryUntilAsString Property
DsnRecipientCollection Class
DsnRecipientCollection Methods
DsnRecipientCollection Properties
Item Property
RecipientStatus Class
RecipientStatus Methods
RecipientStatus Properties
Common Property
Description Property
Detailed Property
DsnInfo Property
EmailAddress Property
IsBounced Property
Source Property
UserDefined Property
RecipientStatusCollection Class
RecipientStatusCollection Methods
RecipientStatusCollection Properties
Item Property
RecipientStatusSource Enumeration
Result Class
Result Methods
Result Properties
DsnStructure Property
OriginalMessage Property
Recipients Property
MailBee.DnsMX
Exception Classes
IMailBeeNegativeDnsResponseException Interface
IMailBeeNegativeDnsResponseException Properties
ID Property
ResponseCode Property
ResponseData Property
MailBeeDnsLackOfRecursionException Class
MailBeeDnsLackOfRecursionException Constructor
MailBeeDnsLackOfRecursionException Methods
MailBeeDnsLackOfRecursionException Properties
MailBeeDnsLackOfRecursionException Events
MailBeeDnsNameErrorException Class
MailBeeDnsNameErrorException Constructor
MailBeeDnsNameErrorException Methods
MailBeeDnsNameErrorException Properties
MailBeeDnsNameErrorException Events
MailBeeDnsProtocolException Class
MailBeeDnsProtocolException Constructor
MailBeeDnsProtocolException Methods
MailBeeDnsProtocolException Properties
HostName Property
MailBeeDnsProtocolException Events
MailBeeDnsProtocolNegativeResponseException Class
MailBeeDnsProtocolNegativeResponseException Constructor
MailBeeDnsProtocolNegativeResponseException Methods
MailBeeDnsProtocolNegativeResponseException Properties
ID Property
ResponseCode Property
ResponseData Property
MailBeeDnsProtocolNegativeResponseException Events
MailBeeDnsQueryMismatchException Class
MailBeeDnsQueryMismatchException Constructor
MailBeeDnsQueryMismatchException Methods
MailBeeDnsQueryMismatchException Properties
ActualID Property
ExpectedID Property
MailBeeDnsQueryMismatchException Events
MailBeeDnsServerDisabledException Class
MailBeeDnsServerDisabledException Constructor
MailBeeDnsServerDisabledException Methods
MailBeeDnsServerDisabledException Properties
Server Property
MailBeeDnsServerDisabledException Events
MailBeeInvalidBinaryResponseException Class
MailBeeInvalidBinaryResponseException Constructor
MailBeeInvalidBinaryResponseException Methods
MailBeeInvalidBinaryResponseException Properties
ResponseData Property
MailBeeInvalidBinaryResponseException Events
DnsAutodetectOptions Enumeration
DnsCache Class
DnsCache Methods
Clear Method
DnsCache Properties
Count Property
Enabled Property
SmtpMXMaxFailureCount Property
SmtpMXNextAttemptInterval Property
Timeout Property
DnsReplyCode Enumeration
DnsServer Class
DnsServer Constructor
DnsServer Constructor
DnsServer Constructor (String)
DnsServer Constructor (String, Int32)
DnsServer Methods
Reset Method
DnsServer Properties
FailureCount Property
Host Property
IP Property
Priority Property
TcpTimeout Property
TryTcp Property
UdpRetryCount Property
UdpTimeout Property
DnsServerCollection Class
DnsServerCollection Constructor
DnsServerCollection Methods
Add Method
Add Method (String)
Add Method (DnsServer)
Add Method (String, Int32)
Autodetect Method
Autodetect Method
Autodetect Method (DnsAutodetectOptions)
Remove Method
DnsServerCollection Properties
Item Property
MailBee.EwsMail
Exception Classes
MailBeeEwsException Class
MailBeeEwsException Constructor
MailBeeEwsException Methods
MailBeeEwsException Properties
MailBeeEwsException Events
Ews Class
Ews Constructor
Ews Constructor
Ews Constructor (String)
Ews Methods
AddAttachmentToItem Method
AddAttachmentToItemAsync Method
Autodiscover Method
CopyItem Method
CopyItemAsync Method
CreateFolder Method
CreateFolderAsync Method
CreatePropSet Method
DeleteAttachment Method
DeleteAttachmentAsync Method
DeleteAttachments Method
DeleteAttachmentsAsync Method
DeleteFolder Method
DeleteFolderAsync Method
DeleteItem Method
DeleteItemAsync Method
DeleteItems Method
DeleteItemsAsync Method
Dispose Method
Dispose Method
Dispose Method (Boolean)
DownloadEntireMessage Method
DownloadEntireMessageAsync Method
DownloadFolderByFullName Method
DownloadFolderByFullName Method (String)
DownloadFolderByFullName Method (FolderId, String)
DownloadFolderByFullName Method (String, Int32)
DownloadFolderByFullNameAsync Method
DownloadFolderByFullNameAsync Method (String)
DownloadFolderByFullNameAsync Method (FolderId, String)
DownloadFolderByFullNameAsync Method (String, Int32)
DownloadFolderById Method
DownloadFolderById Method (FolderId)
DownloadFolderById Method (FolderId, PropertySet)
DownloadFolderByIdAsync Method
DownloadFolderByIdAsync Method (FolderId)
DownloadFolderByIdAsync Method (FolderId, PropertySet)
DownloadFolderByShortName Method
DownloadFolderByShortNameAsync Method
DownloadFolders Method
DownloadFolders Method (Boolean)
DownloadFolders Method (FolderId, Boolean, Boolean)
DownloadFolders Method (FolderId, FolderView, SearchFilter, Boolean)
DownloadFoldersAsync Method
DownloadFoldersAsync Method (Boolean)
DownloadFoldersAsync Method (FolderId, Boolean, Boolean)
DownloadFoldersAsync Method (FolderId, FolderView, SearchFilter, Boolean)
DownloadItem Method
DownloadItem Method (FolderId, Int32)
DownloadItem Method (ItemId, EwsItemParts)
DownloadItem Method (ItemId, PropertySet)
DownloadItem Method (FolderId, Int32, EwsItemParts)
DownloadItem Method (FolderId, Int32, PropertySet)
DownloadItemAsync Method
DownloadItemAsync Method (FolderId, Int32)
DownloadItemAsync Method (ItemId, EwsItemParts)
DownloadItemAsync Method (ItemId, PropertySet)
DownloadItemAsync Method (FolderId, Int32, EwsItemParts)
DownloadItemAsync Method (FolderId, Int32, PropertySet)
DownloadItemIds Method
DownloadItemIds Method (FolderId, Boolean)
DownloadItemIds Method (FolderId, ItemView, Boolean)
DownloadItemIdsAsync Method
DownloadItemIdsAsync Method (FolderId, Boolean)
DownloadItemIdsAsync Method (FolderId, ItemView, Boolean)
DownloadItems Method
DownloadItems Method (FolderId, Boolean)
DownloadItems Method (IEnumerable(EwsItem), EwsItemParts)
DownloadItems Method (IEnumerable(EwsItem), PropertySet)
DownloadItems Method (FolderId, ItemView, Boolean)
DownloadItems Method (FolderId, ItemView, Boolean, EwsItemParts)
DownloadItems Method (FolderId, ItemView, Boolean, PropertySet)
DownloadItems Method (FolderId, Int32, Int32, Boolean)
DownloadItems Method (FolderId, Int32, Int32, Boolean, EwsItemParts)
DownloadItems Method (FolderId, Int32, Int32, Boolean, PropertySet)
DownloadItemsAsync Method
DownloadItemsAsync Method (FolderId, Boolean)
DownloadItemsAsync Method (IEnumerable(EwsItem), EwsItemParts)
DownloadItemsAsync Method (IEnumerable(EwsItem), PropertySet)
DownloadItemsAsync Method (FolderId, ItemView, Boolean)
DownloadItemsAsync Method (FolderId, ItemView, Boolean, EwsItemParts)
DownloadItemsAsync Method (FolderId, ItemView, Boolean, PropertySet)
DownloadItemsAsync Method (FolderId, Int32, Int32, Boolean)
DownloadItemsAsync Method (FolderId, Int32, Int32, Boolean, EwsItemParts)
DownloadItemsAsync Method (FolderId, Int32, Int32, Boolean, PropertySet)
DownloadNativeAttachments Method
DownloadNativeAttachmentsAsync Method
EmptyFolder Method
EmptyFolderAsync Method
EwsItemsToItemIds Method
FindFolderIdByFullName Method
FindFolderIdByFullName Method (String)
FindFolderIdByFullName Method (FolderId, String)
FindFolderIdByFullName Method (String, Int32)
FindFolderIdByFullNameAsync Method
FindFolderIdByFullNameAsync Method (String)
FindFolderIdByFullNameAsync Method (FolderId, String)
FindFolderIdByFullNameAsync Method (String, Int32)
FindFolderIdByShortName Method
FindFolderIdByShortNameAsync Method
FolderExists Method
FolderExists Method (String)
FolderExists Method (FolderId, String)
FolderExistsAsync Method
FolderExistsAsync Method (String)
FolderExistsAsync Method (FolderId, String)
GetErrorDescription Method
GetExchangeVersionString Method
GetFolderByName Method
GetFolderView Method
InitEwsClient Method
InitEwsClient Method
InitEwsClient Method (ExchangeVersion)
InitEwsClient Method (ExchangeVersion, TimeZoneInfo)
MoveFolder Method
MoveFolderAsync Method
MoveItem Method
MoveItemAsync Method
OnErrorOccurred Method
OnLogNewEntry Method
RenameFolder Method
RenameFolderAsync Method
RenameOrMoveFolder Method
RenameOrMoveFolderAsync Method
ResolveName Method
ResolveNameAsync Method
Search Method
Search Method (FolderId, SearchFilter)
Search Method (FolderId, SearchFilter, ItemView)
SearchAsync Method
SearchAsync Method (FolderId, SearchFilter)
SearchAsync Method (FolderId, SearchFilter, ItemView)
SendMessage Method
SendMessageAndSaveCopy Method
SendMessageAndSaveCopyAsync Method
SendMessageAsync Method
SetCredentials Method
SetCredentials Method (ExchangeCredentials)
SetCredentials Method (String, String)
SetServerUrl Method
TestConnection Method
TestConnectionAsync Method
UpdateItem Method
UpdateItemAsync Method
UploadMessage Method
UploadMessage Method (FolderId, MailMessage, Boolean)
UploadMessage Method (FolderId, Byte[], Boolean)
UploadMessageAsync Method
UploadMessageAsync Method (FolderId, MailMessage, Boolean)
UploadMessageAsync Method (FolderId, Byte[], Boolean)
Ews Properties
CalculateFolderSizeOnDownload Property
DefaultFolderClass Property
DeleteMethod Property
EnableCompatibilityMode Property
EnableSslCertValidation Property
FolderLevelDelimiter Property
LastResult Property
Log Property
MessageFoldersFilter Property
RequireHttps Property
RootFolderType Property
Service Property
Site Property
ThrowExceptions Property
TrialDaysLeft Property
Version Property
Ews Events
Disposed Event
ErrorOccurred Event
LogNewEntry Event
EwsFolder Class
EwsFolder Methods
EwsFolder Properties
FullName Property
Id Property
NativeFolder Property
ShortName Property
Size Property
TotalCount Property
UnreadCount Property
EwsItem Class
EwsItem Constructor
EwsItem Constructor (ItemId)
EwsItem Constructor (String)
EwsItem Methods
EwsItem Properties
Bcc Property
BodyHtmlText Property
BodyPlainText Property
Cc Property
CodePage Property
Date Property
DateReceived Property
DatesAsUtc Property
From Property
Id Property
IsRead Property
MailBeeMessage Property
NativeItem Property
NativeMessage Property
ReplyTo Property
Size Property
Subject Property
To Property
UniqueId Property
EwsItemList Class
EwsItemList Methods
EwsItemList Properties
MoreAvailable Property
NextPageOffset Property
TotalCount Property
EwsItemParts Enumeration
MailBee.Html
Element Class
Element Constructor
Element Constructor
Element Constructor (String)
Element Methods
GetAllElements Method
GetAllElementsByName Method
GetAttributeByName Method
GetAttributesByName Method
GetInnerElementsByName Method
Process Method
ProcessToString Method
Remove Method
Stop Method
Element Properties
Attributes Property
InnerElements Property
InnerHtml Property
OuterHtml Property
TagDefinition Property
TagName Property
ElementCollection Class
ElementCollection Constructor
ElementCollection Methods
Add Method
Add Method (Element)
Add Method (Element, Int32)
AddRange Method
AddRange Method (ElementCollection)
AddRange Method (ElementCollection, Int32, Int32, Int32)
Remove Method
RemoveAll Method
RemoveAt Method
RemoveByName Method
ElementCollection Properties
Item Property
ElementReadOnlyCollection Class
ElementReadOnlyCollection Methods
ElementReadOnlyCollection Properties
Item Property
ProcessElementDelegate Delegate
Processor Class
Processor Constructor
Processor Methods
LoadFromStream Method
LoadFromStreamAsync Method
SaveToStream Method
SaveToStreamAsync Method
Processor Properties
AHRefs Property
Dom Property
Images Property
LastResult Property
ThrowExceptions Property
Rule Class
Rule Methods
Rule Properties
RuleType Property
TagAttributes Property
TagName Property
RuleSet Class
RuleSet Constructor
RuleSet Methods
AddTagProcessingCondition Method
AddTagProcessingRule Method
AddTagRemovalRule Method
AddTagReplacementRule Method
AddTagReplacementRule Method (String, TagAttributeCollection, Element)
AddTagReplacementRule Method (String, TagAttributeCollection, String, Boolean)
GetSafeHtmlRules Method
RuleSet Properties
Item Property
TagAttribute Class
TagAttribute Constructor
TagAttribute Constructor
TagAttribute Constructor (String)
TagAttribute Methods
GetProtocol Method
Remove Method
TagAttribute Properties
Definition Property
Name Property
Value Property
TagAttributeCollection Class
TagAttributeCollection Constructor
TagAttributeCollection Methods
Add Method
Add Method (TagAttribute)
Add Method (TagAttribute, Int32)
AddRange Method
AddRange Method (TagAttributeCollection)
AddRange Method (TagAttributeCollection, Int32, Int32, Int32)
Remove Method
RemoveAll Method
RemoveAt Method
RemoveByName Method
TagAttributeCollection Properties
Item Property
TagAttributeReadOnlyCollection Class
TagAttributeReadOnlyCollection Methods
TagAttributeReadOnlyCollection Properties
Item Property
TagRuleTypes Enumeration
MailBee.ImapMail
Event Classes
ImapEnvelopeDataChunkReceivedEventArgs Class
ImapEnvelopeDataChunkReceivedEventArgs Methods
ImapEnvelopeDataChunkReceivedEventArgs Properties
BytesJustReceived Property
MessageNumber Property
TotalBytesReceived Property
ImapEnvelopeDataChunkReceivedEventHandler Delegate
ImapEnvelopeDownloadedEventArgs Class
ImapEnvelopeDownloadedEventArgs Methods
ImapEnvelopeDownloadedEventArgs Properties
DataLength Property
DownloadedEnvelope Property
MessageNumber Property
ImapEnvelopeDownloadedEventHandler Delegate
ImapIdlingEventArgs Class
ImapIdlingEventArgs Methods
ImapIdlingEventArgs Properties
ImapIdlingEventHandler Delegate
ImapMessageStatusEventArgs Class
ImapMessageStatusEventArgs Methods
ImapMessageStatusEventArgs Properties
Flags Property
MessageCountOrIndex Property
StatusID Property
ImapMessageStatusEventHandler Delegate
ImapServerStatusEventArgs Class
ImapServerStatusEventArgs Methods
ImapServerStatusEventArgs Properties
Details Property
HumanReadable Property
IsAlert Property
OptionalData Property
StatusID Property
ImapServerStatusEventHandler Delegate
Exception Classes
MailBeeImapInvalidEnvelopeException Class
MailBeeImapInvalidEnvelopeException Constructor
MailBeeImapInvalidEnvelopeException Methods
MailBeeImapInvalidEnvelopeException Properties
InvalidEnvelope Property
MailBeeImapInvalidEnvelopeException Events
MailBeeImapLoginBadCredentialsException Class
MailBeeImapLoginBadCredentialsException Constructor
MailBeeImapLoginBadCredentialsException Methods
MailBeeImapLoginBadCredentialsException Properties
AccountName Property
Password Property
MailBeeImapLoginBadCredentialsException Events
MailBeeImapLoginBadMethodException Class
MailBeeImapLoginBadMethodException Constructor
MailBeeImapLoginBadMethodException Methods
MailBeeImapLoginBadMethodException Properties
BadMethod Property
MailBeeImapLoginBadMethodException Events
MailBeeImapLoginNegativeResponseException Class
MailBeeImapLoginNegativeResponseException Constructor
MailBeeImapLoginNegativeResponseException Methods
MailBeeImapLoginNegativeResponseException Properties
MailBeeImapLoginNegativeResponseException Events
MailBeeImapMessageIndexNotFoundException Class
MailBeeImapMessageIndexNotFoundException Constructor
MailBeeImapMessageIndexNotFoundException Methods
MailBeeImapMessageIndexNotFoundException Properties
IndexIsUid Property
MessageIndex Property
MailBeeImapMessageIndexNotFoundException Events
MailBeeImapNegativeResponseException Class
MailBeeImapNegativeResponseException Constructor
MailBeeImapNegativeResponseException Methods
MailBeeImapNegativeResponseException Properties
CompletionResult Property
HumanReadable Property
OptionalResponse Property
MailBeeImapNegativeResponseException Events
MailBeeImapResponseNotFoundException Class
MailBeeImapResponseNotFoundException Constructor
MailBeeImapResponseNotFoundException Methods
MailBeeImapResponseNotFoundException Properties
MailBeeImapResponseNotFoundException Events
Envelope Class
Envelope Methods
GetAllRecipients Method
GetEnvelopeItem Method
GetUtf7DecodedGmailLabels Method
HasSystemFlag Method
Envelope Properties
Bcc Property
BodyStructure Property
Cc Property
Date Property
DateReceived Property
DatesAsUtc Property
ExtraHeaders Property
Flags Property
From Property
GmailLabels Property
GmailMessageID Property
GmailThreadID Property
InReplyTo Property
IsValid Property
MessageID Property
MessageNumber Property
MessagePreview Property
ReplyTo Property
SafeMode Property
Sender Property
Size Property
Subject Property
To Property
Uid Property
EnvelopeCollection Class
EnvelopeCollection Constructor
EnvelopeCollection Methods
Add Method
Add Method (Envelope)
Add Method (EnvelopeCollection)
Reverse Method
EnvelopeCollection Properties
Item Property
EnvelopeParts Enumeration
Folder Class
Folder Methods
Folder Properties
Delimiter Property
Flags Property
IsValid Property
Name Property
NestingLevel Property
RawName Property
ShortName Property
FolderCollection Class
FolderCollection Methods
Reverse Method
FolderCollection Properties
Item Property
FolderFlags Enumeration
FolderQuota Class
FolderQuota Methods
FolderQuota Properties
CurrentMessageCount Property
CurrentStorageSize Property
MaxMessageCount Property
MaxStorageSize Property
QuotaName Property
FolderStatus Class
FolderStatus Methods
FolderStatus Properties
FolderName Property
IsValid Property
MessageCount Property
RawFolderName Property
RecentCount Property
UidNext Property
UidValidity Property
UnseenCount Property
Imap Class
Imap Constructor
Imap Constructor
Imap Constructor (String)
Imap Fields
AllMessages Field
Imap Methods
Abort Method
BeginClose Method
BeginConnect Method
BeginCopyOrMoveMessages Method
BeginDisconnect Method
BeginDownloadEnvelopes Method
BeginDownloadEnvelopesEx Method
BeginDownloadFolders Method
BeginExecuteCustomCommand Method
BeginIdle Method
BeginLogin Method
BeginSearch Method
BeginSelectFolder Method
BeginSetMessageFlags Method
BeginSortedSearch Method
BeginStartTls Method
BeginUploadMessage Method
Close Method
Close Method
Close Method (Boolean)
CloseAsync Method
CloseAsync Method
CloseAsync Method (Boolean)
Connect Method
Connect Method (String)
Connect Method (String, Int32)
Connect Method (String, Int32, Socket, EndPoint)
ConnectAsync Method
ConnectAsync Method (String)
ConnectAsync Method (String, Int32)
ConnectAsync Method (String, Int32, Socket, EndPoint)
CopyMessages Method
CopyMessages Method (String, Boolean, String)
CopyMessages Method (String, Boolean, String, UidPlusResult)
CopyMessagesAsync Method
CopyMessagesAsync Method (String, Boolean, String)
CopyMessagesAsync Method (String, Boolean, String, UidPlusResult)
CreateFolder Method
CreateFolderAsync Method
DeleteFolder Method
DeleteFolderAsync Method
DeleteMessages Method
DeleteMessagesAsync Method
Disconnect Method
DisconnectAsync Method
Dispose Method
Dispose Method
Dispose Method (Boolean)
DownloadEntireMessage Method
DownloadEntireMessageAsync Method
DownloadEntireMessages Method
DownloadEntireMessagesAsync Method
DownloadEnvelopes Method
DownloadEnvelopes Method (String, Boolean)
DownloadEnvelopes Method (String, Boolean, EnvelopeParts, Int32)
DownloadEnvelopes Method (String, Boolean, EnvelopeParts, Int32, String[], String[])
DownloadEnvelopesAsync Method
DownloadEnvelopesAsync Method (String, Boolean)
DownloadEnvelopesAsync Method (String, Boolean, EnvelopeParts, Int32)
DownloadEnvelopesAsync Method (String, Boolean, EnvelopeParts, Int32, String[], String[])
DownloadEnvelopesEx Method
DownloadEnvelopesExAsync Method
DownloadFolders Method
DownloadFolders Method
DownloadFolders Method (Boolean)
DownloadFolders Method (Boolean, String, String)
DownloadFoldersAsync Method
DownloadFoldersAsync Method
DownloadFoldersAsync Method (Boolean)
DownloadFoldersAsync Method (Boolean, String, String)
DownloadMessageHeaders Method
DownloadMessageHeadersAsync Method
EndClose Method
EndConnect Method
EndCopyOrMoveMessages Method
EndDisconnect Method
EndDownloadEnvelopes Method
EndDownloadEnvelopesEx Method
EndDownloadFolders Method
EndExecuteCustomCommand Method
EndIdle Method
EndLogin Method
EndSearch Method
EndSelectFolder Method
EndSetMessageFlags Method
EndSortedSearch Method
EndStartTls Method
EndUploadMessage Method
ExamineFolder Method
ExamineFolderAsync Method
ExecuteCustomCommand Method
ExecuteCustomCommandAsync Method
Expunge Method
Expunge Method
Expunge Method (String, Boolean)
ExpungeAsync Method
ExpungeAsync Method
ExpungeAsync Method (String, Boolean)
GetAccountQuota Method
GetAccountQuotaAsync Method
GetErrorDescription Method
GetExtension Method
GetExtensions Method
GetFolderQuota Method
GetFolderQuotaAsync Method
GetFolderSize Method
GetFolderSizeAsync Method
GetFolderStatus Method
GetFolderStatusAsync Method
GetNamespaces Method
GetNamespacesAsync Method
GetServerResponse Method
GetServerResponses Method
GetSocket Method
GetSocketError Method
GetSpecialFolder Method
GetStream Method
GetSupportedAuthMethods Method
Idle Method
IdleAsync Method
Login Method
Login Method (String, String)
Login Method (String, String, AuthenticationMethods)
Login Method (String, String, AuthenticationMethods, AuthenticationOptions, SaslMethod)
Login Method (String, String, String, String, AuthenticationMethods, AuthenticationOptions, SaslMethod)
LoginAsync Method
LoginAsync Method (String, String)
LoginAsync Method (String, String, AuthenticationMethods)
LoginAsync Method (String, String, AuthenticationMethods, AuthenticationOptions, SaslMethod)
LoginAsync Method (String, String, String, String, AuthenticationMethods, AuthenticationOptions, SaslMethod)
MoveMessages Method
MoveMessages Method (String, Boolean, String)
MoveMessages Method (String, Boolean, String, UidPlusResult)
MoveMessagesAsync Method
MoveMessagesAsync Method (String, Boolean, String)
MoveMessagesAsync Method (String, Boolean, String, UidPlusResult)
Noop Method
NoopAsync Method
OnConnected Method
OnDataReceived Method
OnDataSent Method
OnDisconnected Method
OnEnvelopeDataChunkReceived Method
OnEnvelopeDownloaded Method
OnErrorOccurred Method
OnHostResolved Method
OnIdling Method
OnLoggedIn Method
OnLogNewEntry Method
OnLowLevelDataReceived Method
OnLowLevelDataSent Method
OnMessageStatus Method
OnServerStatus Method
OnSocketConnected Method
OnSocketCreating Method
OnTlsStarted Method
QuickDownloadMessage Method
QuickDownloadMessage Method (String, String, String, String, Int32)
QuickDownloadMessage Method (String, String, String, String, Int32, Int32)
QuickDownloadMessages Method
QuickDownloadMessages Method (String, String, String, String)
QuickDownloadMessages Method (String, String, String, String, Int32)
RenameFolder Method
RenameFolderAsync Method
ResetState Method
Search Method
Search Method
Search Method (Boolean, String, String)
SearchAsync Method
SearchAsync Method
SearchAsync Method (Boolean, String, String)
SelectFolder Method
SelectFolderAsync Method
SetMessageFlags Method
SetMessageFlags Method (String, Boolean, SystemMessageFlags, MessageFlagAction)
SetMessageFlags Method (String, Boolean, String, MessageFlagAction, Boolean)
SetMessageFlagsAsync Method
SetMessageFlagsAsync Method (String, Boolean, SystemMessageFlags, MessageFlagAction)
SetMessageFlagsAsync Method (String, Boolean, String, MessageFlagAction, Boolean)
SortedSearch Method
SortedSearchAsync Method
StartTls Method
StartTlsAsync Method
StopIdle Method
SubscribeFolder Method
SubscribeFolderAsync Method
UnsubscribeFolder Method
UnsubscribeFolderAsync Method
UploadMessage Method
UploadMessage Method (MailMessage, String)
UploadMessage Method (MailMessage, String, SystemMessageFlags)
UploadMessage Method (MailMessage, String, String, DateTime)
UploadMessage Method (MailMessage, String, String, String)
UploadMessage Method (MailMessage, String, String, String, Boolean, UidPlusResult)
UploadMessageAsync Method
UploadMessageAsync Method (MailMessage, String)
UploadMessageAsync Method (MailMessage, String, SystemMessageFlags)
UploadMessageAsync Method (MailMessage, String, String, DateTime)
UploadMessageAsync Method (MailMessage, String, String, String)
UploadMessageAsync Method (MailMessage, String, String, String, Boolean, UidPlusResult)
Wait Method
Wait Method
Wait Method (Int32)
Imap Properties
EnableLastDownloaded Property
Flags Property
IsAborted Property
IsBusy Property
IsConnected Property
IsFolderSelected Property
IsIdle Property
IsLoggedIn Property
IsSslConnection Property
LastDownloadedEnvelopes Property
LastResult Property
LicenseKey Property
Log Property
MessageCount Property
PermanentFlags Property
Proxy Property
RaiseEvents Property
RaiseEventsViaMessageLoop Property
RecentCount Property
RequestEncoding Property
ResponseEncoding Property
SetSeenForEntireMessages Property
Site Property
SslCertificates Property
SslMode Property
SslProtocol Property
SynchronizingObject Property
ThrowExceptions Property
Timeout Property
TrialDaysLeft Property
UidNext Property
UidValidity Property
Unseen Property
UseXList Property
Utf7EncodeFolderNames Property
Version Property
Imap Events
Connected Event
DataReceived Event
DataSent Event
Disconnected Event
Disposed Event
EnvelopeDataChunkReceived Event
EnvelopeDownloaded Event
ErrorOccurred Event
HostResolved Event
Idling Event
LoggedIn Event
LogNewEntry Event
LowLevelDataReceived Event
LowLevelDataSent Event
MessageStatus Event
ServerStatus Event
SocketConnected Event
SocketCreating Event
TlsStarted Event
ImapBodyStructure Class
ImapBodyStructure Methods
GetAllParts Method
ImapBodyStructure Properties
BodyParams Property
Charset Property
ContentID Property
ContentType Property
Description Property
Disposition Property
DispositionParams Property
EncapsulatedBodyStructure Property
EncapsulatedEnvelope Property
Filename Property
IsMultipart Property
Language Property
Location Property
MailEncodingName Property
PartID Property
SafeFilename Property
Size Property
SubParts Property
TextLineCount Property
ImapBodyStructureCollection Class
ImapBodyStructureCollection Methods
ImapBodyStructureCollection Properties
Item Property
ImapNamespace Class
ImapNamespace Methods
ImapNamespace Properties
AllValues Property
Delimiter Property
IsValid Property
Prefix Property
ImapNamespaceCollection Class
ImapNamespaceCollection Methods
ImapNamespaceCollection Properties
IsValid Property
Item Property
ImapNamespaceCollectionSet Class
ImapNamespaceCollectionSet Methods
ImapNamespaceCollectionSet Properties
IsValid Property
OtherUser Property
Personal Property
Shared Property
ImapUtils Class
ImapUtils Methods
AllOf Method
AnyOf Method
FromUtf7String Method
GetDateTimeFromImapDate Method
GetImapDateString Method
GetImapDateString Method
GetImapDateString Method (DateTime)
GetImapDateTimeString Method
GetImapDateTimeString Method
GetImapDateTimeString Method (DateTime)
GetImapDateTimeString Method (DateTime, Boolean, Boolean)
GetImapDateTimeString Method (DateTime, Boolean, String)
GmailSearch Method
Not Method
ToLiteral Method
ToLiteral Method (String)
ToLiteral Method (String, Encoding, Encoding)
ToQuotedString Method
ToUtf7QuotedString Method
ToUtf7String Method
ToUtf8QuotedString Method
MessageFlagAction Enumeration
MessageFlagSet Class
MessageFlagSet Methods
SystemFlagsToString Method
ToString Method
MessageFlagSet Properties
AllFlags Property
SystemFlags Property
MessageIndexCollection Class
MessageIndexCollection Constructor
MessageIndexCollection Methods
AddIndex Method
AddRange Method
AddSet Method
IsPartOfRange Method
ToString Method
MessageIndexCollection Properties
MessageNumberCollection Class
MessageNumberCollection Constructor
MessageNumberCollection Methods
Add Method
AddIndex Method
AddRange Method
IndexOf Method
IsPartOfRange Method
Parse Method
ToArray Method
MessageNumberCollection Properties
Item Property
SystemMessageFlags Enumeration
UidCollection Class
UidCollection Constructor
UidCollection Methods
Add Method
AddIndex Method
AddRange Method
IndexOf Method
IsPartOfRange Method
Parse Method
ToArray Method
UidCollection Properties
Item Property
UidPlusResult Class
UidPlusResult Constructor
UidPlusResult Methods
UidPlusResult Properties
DestUids Property
DestUidString Property
DestUidValidity Property
IsSupported Property
IsValid Property
SrcUids Property
SrcUidString Property
MailBee.Mime
AddressDelimeterChar Enumeration
AHRefTagAttributes Enumeration
Attachment Class
Attachment Constructor
Attachment Methods
GetAttachmentsFromTnef Method
GetAttachmentsFromTnef Method
GetAttachmentsFromTnef Method (TnefExtractionOptions)
GetData Method
GetData Method
GetData Method (Int32, Int32)
GetEncapsulatedMessage Method
Save Method
SaveAsync Method
SaveToFolder Method
SaveToFolderAsync Method
Attachment Properties
AsMimePart Property
ContentID Property
ContentLocation Property
ContentType Property
Description Property
Filename Property
FilenameOriginal Property
Headers Property
IsFile Property
IsInline Property
IsMessageInside Property
IsTnef Property
IsVCard Property
IsZip Property
LastResult Property
Name Property
RawHeader Property
SavedAs Property
Size Property
ThrowExceptions Property
AttachmentCollection Class
AttachmentCollection Methods
Add Method
Add Method (String)
Add Method (Attachment)
Add Method (String, String)
Add Method (String, String, String)
Add Method (String, String, HeaderCollection, MailTransferEncoding)
Add Method (Byte[], String, String, String, HeaderCollection, NewAttachmentOptions, MailTransferEncoding)
Add Method (Stream, String, String, String, HeaderCollection, NewAttachmentOptions, MailTransferEncoding)
Add Method (String, String, String, String, HeaderCollection, NewAttachmentOptions, MailTransferEncoding)
Add Method (MailMessage, String, String, String, HeaderCollection, NewAttachmentOptions, MailTransferEncoding)
AddAsync Method
AddAsync Method (String)
AddAsync Method (String, String)
AddAsync Method (String, String, String)
AddAsync Method (String, String, String, String, HeaderCollection, NewAttachmentOptions, MailTransferEncoding)
Clear Method
Remove Method
RemoveAt Method
SaveAll Method
SaveAll Method (String)
SaveAll Method (String, Boolean)
SaveAllAsync Method
SaveAllAsync Method (String)
SaveAllAsync Method (String, Boolean)
AttachmentCollection Properties
InlineCount Property
Item Property
Item Property (Int32)
Item Property (String)
LastResult Property
ThrowExceptions Property
CharsetMetaTagProcessing Enumeration
EmailAddress Class
EmailAddress Constructor
EmailAddress Constructor
EmailAddress Constructor (String)
EmailAddress Constructor (String, String)
EmailAddress Constructor (String, String, String)
EmailAddress Methods
EscapeIdnDomain Method
FromIdnAddress Method
GetAccountName Method
GetAccountNameFromEmail Method
GetDomain Method
GetDomainFromEmail Method
Parse Method
ToIdnAddress Method
ToString Method
UnescapeIdnDomain Method
EmailAddress Type Conversions
Implicit Conversion (EmailAddress to String)
EmailAddress Properties
AsString Property
DisplayName Property
Email Property
Remarks Property
EmailAddressCollection Class
EmailAddressCollection Constructor
EmailAddressCollection Constructor
EmailAddressCollection Constructor (String)
EmailAddressCollection Methods
Add Method
Add Method (String)
Add Method (EmailAddress)
Add Method (EmailAddressCollection)
Add Method (String, String)
Add Method (String, String, String)
AddFromString Method
Clear Method
FromIdnAddress Method
Parse Method
Remove Method
RemoveAt Method
ToIdnAddress Method
ToString Method
EmailAddressCollection Type Conversions
Implicit Conversion (EmailAddressCollection to String)
EmailAddressCollection Properties
AsString Property
Item Property
Header Class
Header Methods
Header Properties
Name Property
Value Property
HeaderCollection Class
HeaderCollection Constructor
HeaderCollection Methods
Add Method
Add Method (String, String, Boolean)
Add Method (String, String, Boolean, Int32)
Clear Method
Exists Method
Items Method
Remove Method
RemoveAt Method
RemoveCustomHeaders Method
RemoveRouteHeaders Method
HeaderCollection Properties
Item Property
Item Property (Int32)
Item Property (String)
HeaderEncodingOptions Enumeration
HtmlMessageAutoSaving Enumeration
HtmlToPlainAutoConvert Enumeration
HtmlToPlainConvertOptions Enumeration
HtmlToSimpleHtmlAutoConvert Enumeration
HtmlToSimpleHtmlConvertOptions Enumeration
ImportBodyOptions Enumeration
ImportRelatedFilesOptions Enumeration
MailMerge Class
MailMerge Methods
AddAttachmentPattern Method
ClearAttachmentPatterns Method
Replace Method
Replace Method (String, String)
Replace Method (String, String, MailMergeTargets)
ReplaceAsync Method
ReplaceAsync Method (String, String)
ReplaceAsync Method (String, String, MailMergeTargets)
Reset Method
MailMerge Properties
MergedMessage Property
MailMergeTargets Enumeration
MailMessage Class
MailMessage Constructor
MailMessage Methods
AppendChunk Method
AppendPartialMessage Method
Clear Method
Clone Method
ConvertFromSystemNetMail Method
ConvertToSystemNetMail Method
Deserialize Method
Deserialize Method (String)
Deserialize Method (XmlReader)
DeserializeAsync Method
DeserializeAsync Method (String)
DeserializeAsync Method (XmlReader)
Dispose Method
DomainKeysSign Method
DomainKeysVerify Method
DomainKeysVerifyAsync Method
EncodeAllHeaders Method
Finalize Method
ForwardAsAttachment Method
GetAllRecipients Method
GetEncodedHeaderValue Method
GetHtmlAndRelatedFilesInMemory Method
GetHtmlAndSaveRelatedFiles Method
GetHtmlAndSaveRelatedFiles Method
GetHtmlAndSaveRelatedFiles Method (String, VirtualMappingType, MessageFolderBehavior)
GetHtmlAndSaveRelatedFilesAsync Method
GetHtmlAndSaveRelatedFilesAsync Method
GetHtmlAndSaveRelatedFilesAsync Method (String, VirtualMappingType, MessageFolderBehavior)
GetHtmlWithBase64EncodedRelatedFiles Method
GetMessageRawData Method
ImportRelatedFiles Method
ImportRelatedFilesAsync Method
IsBodyAvail Method
LoadBodyText Method
LoadBodyText Method (String, MessageBodyType)
LoadBodyText Method (String, MessageBodyType, Encoding, ImportBodyOptions)
LoadBodyTextAsync Method
LoadBodyTextAsync Method (String, MessageBodyType)
LoadBodyTextAsync Method (String, MessageBodyType, Encoding, ImportBodyOptions)
LoadMessage Method
LoadMessage Method (Byte[])
LoadMessage Method (Stream)
LoadMessage Method (String)
LoadMessageAsync Method
LoadMessageAsync Method (Stream)
LoadMessageAsync Method (String)
MakePlainBodyFromHtmlBody Method
Reset Method
SaveHtmlAndRelatedFiles Method
SaveHtmlAndRelatedFilesAsync Method
SaveMessage Method
SaveMessage Method (Stream)
SaveMessage Method (String)
SaveMessageAsync Method
SaveMessageAsync Method (Stream)
SaveMessageAsync Method (String)
Serialize Method
Serialize Method (String)
Serialize Method (XmlWriter)
SerializeAsync Method
SerializeAsync Method (String)
SerializeAsync Method (XmlWriter)
SetDateFromString Method
SetUniqueMessageID Method
MailMessage Properties
Attachments Property
Bcc Property
BodyHtmlText Property
BodyParts Property
BodyPlainText Property
Builder Property
Cc Property
Charset Property
ConfirmRead Property
ConfirmReceipt Property
ContentType Property
Date Property
DateReceived Property
DateSent Property
Filename Property
From Property
HasAttachments Property
Headers Property
Importance Property
IndexOnServer Property
IsEncrypted Property
IsEntire Property
IsSigned Property
LastResult Property
MailTransferEncodingHtml Property
MailTransferEncodingPlain Property
MdnReportType Property
Merge Property
MessageID Property
MimePartTree Property
Organization Property
Parser Property
PartCount Property
PartIndex Property
Priority Property
RawHeader Property
References Property
ReplyTo Property
ReturnPath Property
Sender Property
Sensitivity Property
Size Property
SizeOnServer Property
Subject Property
ThrowExceptions Property
TimeStamps Property
To Property
UidOnServer Property
Version Property
XMailer Property
MailMessageCollection Class
MailMessageCollection Constructor
MailMessageCollection Methods
Add Method
Add Method (MailMessage)
Add Method (MailMessageCollection)
Reverse Method
MailMessageCollection Properties
Item Property
MailPriority Enumeration
MailSensitivity Enumeration
MailTransferEncoding Enumeration
MessageBodyType Enumeration
MessageBuilderConfig Class
MessageBuilderConfig Methods
Apply Method
SetDomainKeysSignOnSend Method
MessageBuilderConfig Properties
AddressDelimeter Property
BuildHeaderOnly Property
HtmlToPlainMode Property
HtmlToPlainOptions Property
KeepEmptyHeaders Property
OnReplaceUriWithCid Property
RelatedFilesFolder Property
RemoveBccOnSend Property
SetDateOnSend Property
SetMessageIDOnSend Property
MessageElements Enumeration
MessageFolderBehavior Enumeration
MessageParserConfig Class
MessageParserConfig Methods
Apply Method
GetMessageFolder Method
GetMessageIDHash Method
Reset Method
SetHtmlOutputMode Method
SetPlainOutputMode Method
MessageParserConfig Properties
AHRefCleanup Property
AHRefSuffix Property
AutoSaveHtmlMode Property
CharsetConverter Property
CharsetMetaTagMode Property
DatesAsUtc Property
EncodingDefault Property
EncodingOverride Property
FixCrLf Property
HeadersAsHtml Property
HtmlToPlainMode Property
HtmlToPlainOptions Property
HtmlToSimpleHtmlMode Property
HtmlToSimpleHtmlOptions Property
ParseHeaderOnly Property
PlainToHtmlMode Property
PlainToHtmlOptions Property
PlainToHtmlQuotationTag Property
WorkingFolder Property
WriteUtf8ByteOrderMark Property
MimePart Class
MimePart Methods
GetAllParts Method
GetRawData Method
Parse Method
MimePart Properties
Boundary Property
Charset Property
ContentID Property
ContentLocation Property
ContentType Property
Description Property
Disposition Property
Filename Property
Headers Property
IsComplete Property
IsFile Property
IsInline Property
IsMessageInside Property