LumiSoft Mail Server User API
ServerReturnMessage Class
Namespaces > LumiSoft.MailServer.API.UserAPI > ServerReturnMessage
This class represents server return message template. For example for undelivered messagege notice, delayed delivery warning, ... .
Syntax
C#Visual BasicManaged C++
public class ServerReturnMessage
Public Class ServerReturnMessage
public ref class ServerReturnMessage
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
ServerReturnMessageNew(String, String)
Default constructor.
BodyTextRtf
Gets body text template in RTF format.
Equals(Object)
Checks if specfied object value is equal to this.
(Overrides Object.Equals(Object).)
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()
Server hash function to particular type.
(Overrides Object.GetHashCode().)
GetType()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Subject
Gets message subject template.
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
ServerReturnMessage

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)