Message.ContactNames Property

Independentsoft MSG .NET

Message ContactNames Property MSG .NET Class Library
Contains the names of the contacts associated with the item.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public IList<string> ContactNames { get; }
public IList<string> ContactNames { get; }
Public ReadOnly Property ContactNames As IList(Of String)
	Get
Public ReadOnly Property ContactNames As IList(Of String)
	Get
Dim instance As Message 
Dim value As IList(Of String)

value = instance.ContactNames
Dim instance As Message 
Dim value As IList(Of String)

value = instance.ContactNames
/** @property */
public IList<String> get_ContactNames()
/** @property */
public IList<String> get_ContactNames()
function get ContactNames () : IList<String>
function get ContactNames () : IList<String>
function get_ContactNames();
function get_ContactNames();

Property Value

Type: OnlineIList OnlineString 
The contact names.
See Also