This class represents server return message template.
For example for undelivered messagege notice, delayed delivery warning, ... .
| C# | Visual Basic | Managed C++ |
public class ServerReturnMessage
Public Class ServerReturnMessage
public ref class ServerReturnMessage
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| 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() | (Inherited from Object.) |
| Object | |
| ServerReturnMessage | |
Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)