Gets URL list for mailing list posting ('List-Post' header). This collection can be modified. May be empty.

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
IList<string> ListPost { get; }
Visual Basic
ReadOnly Property ListPost As IList(Of String)
	Get
Visual C++
property IList<String^>^ ListPost {
	IList<String^>^ get ();
}

See Also