LumiSoft Mail Server User API
SmtpServerReply Class
Namespaces > LumiSoft.Net.SMTP.Server > SmtpServerReply
SMTP server reply info. This class specifies smtp reply what is returned to connected client.
Syntax
C#Visual BasicManaged C++
public class SmtpServerReply
Public Class SmtpServerReply
public ref class SmtpServerReply
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
SmtpServerReplyNew()
Default consttuctor.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ErrorReply
Gets or sets if CustomReply is error or ok reply.
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ReplyText
Gets or sets reply text what is shown to connected client. Note: Maximum lenth of reply text is 500 chars and text can contain only ASCII chars without CR or LF.
SmtpReplyCode
Gets or sets SMTP reply code (250,500,500, ...). Value -1 means that SMTP reply code isn't specified and server uses it's defult error code.
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
SmtpServerReply

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)