Gets URL list for mailing list owner's mailbox ('List-Owner' 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> ListOwner { get; }
Visual Basic
ReadOnly Property ListOwner As IList(Of String)
	Get
Visual C++
property IList<String^>^ ListOwner {
	IList<String^>^ get ();
}

See Also