Message ContactNames Property | MSG .NET Class Library |
Contains the names of the contacts associated with the item.
Namespace: Independentsoft.MsgAssembly: 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:

The contact names.
See Also