Queue name to use.

Namespace: MonoSoftware.Core.Mail
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
string QueueName { get; set; }
Visual Basic
Property QueueName As String
	Get
	Set
Visual C++
property String^ QueueName {
	String^ get ();
	void set (String^ value);
}
F#
abstract QueueName : string with get, set

Property Value

Type: String

See Also