This class implements SMTP relay queue.
| C# | Visual Basic | Visual C++ | F# |
public class Relay_Queue : IDisposable
Public Class Relay_Queue Implements IDisposable
public ref class Relay_Queue : IDisposable
type Relay_Queue = class interface IDisposable end
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Relay_Queue(String) |
Default constructor.
| |
| Count |
Gets number of queued items in queue.
| |
| DequeueMessage()()()() |
Dequeues message from queue. If there are no messages, this method returns null.
| |
| Dispose()()()() |
Cleans up any resources being used.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (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.) | |
| Name |
Gets queue name.
| |
| QueueMessage(String, String, String, Stream, Object) |
Queues message for relay.
| |
| QueueMessage(String, String, SMTP_DSN_Ret, String, String, SMTP_DSN_Notify, String, Stream, Object) |
Queues message for relay.
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
| Object | |
| Relay_Queue | |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119