LumiSoft Mail Server User API
LumiSoft.Net.SMTP.Server Namespace
Namespaces > LumiSoft.Net.SMTP.Server

[Missing namespace summary documentation for N:LumiSoft.Net.SMTP.Server]

Syntax
C#Visual BasicManaged C++
namespace LumiSoft.Net.SMTP.Server
Namespace LumiSoft.Net.SMTP.Server
namespace LumiSoft.Net.SMTP.Server
Types
All TypesClassesStructuresInterfacesEnumerationsDelegates
IconTypeDescription
public classAuthUser_EventArgs
Provides data for the AuthUser event for POP3_Server and SMTP_Server.
public delegateAuthUserEventHandler
Represents the method that will handle the AuthUser event for SMTP_Server.
public classGetMessageStoreStream_eArgs
This class provides data for the GetMessageStoreStream event.
public delegateGetMessageStoreStreamHandler
Represents the method that will handle the GetMessageStoreStream event for SMTP_Server.
public classMessageStoringCompleted_eArgs
This class provides data for the MessageStoringCompleted event.
public delegateMessageStoringCompletedHandler
Represents the method that will handle the MessageStoringCompleted event for SMTP_Server.
public classSMTP_Server
SMTP server component.
public classSMTP_Session
SMTP Session.
public classSmtpServerReply
SMTP server reply info. This class specifies smtp reply what is returned to connected client.
public delegateValidateMailboxSize
Represents the method that will handle the ValidateMailboxSize event for SMTP_Server.
public classValidateMailboxSize_EventArgs
Provides data for the ValidateMailboxSize event.
public delegateValidateMailFromHandler
Represents the method that will handle the ValidateMailFrom event for SMTP_Server.
public delegateValidateMailToHandler
Represents the method that will handle the ValidateMailTo event for SMTP_Server.
public classValidateRecipient_EventArgs
Provides data for the ValidateMailTo event.
public classValidateSender_EventArgs
Provides data for the ValidateMailFrom event.