SMTP server reply info. This class specifies smtp reply what is returned to connected client.
| C# | Visual Basic | Managed C++ |
public class SmtpServerReply
Public Class SmtpServerReply
public ref class SmtpServerReply
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| SmtpServerReplyNew() |
Default consttuctor.
| |
| Equals(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() | (Inherited from Object.) |
| Object | |
| SmtpServerReply | |
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)