LumiSoft Mail Server User API
MessageStoringCompleted_eArgs Class
Namespaces > LumiSoft.Net.SMTP.Server > MessageStoringCompleted_eArgs
This class provides data for the MessageStoringCompleted event.
Syntax
C#Visual BasicManaged C++
public class MessageStoringCompleted_eArgs
Public Class MessageStoringCompleted_eArgs
public ref class MessageStoringCompleted_eArgs
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
MessageStoringCompleted_eArgsNew(SMTP_Session, String, Stream)
Default constructor.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ErrorText
Gets errors what happened on storing message or null if no errors.
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.)
MessageStream
Gets message stream where messages was stored. Stream postions is End of Stream, where message storing ended.
ServerReply
Gets SMTP server reply info. You can use this property for specifying custom reply text and optionally SMTP reply code.
Session
Gets reference to smtp session.
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
MessageStoringCompleted_eArgs

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