Message Companies Property | MSG .NET Class Library |
Contains the names of the companies associated with the contact item.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public IList<string> Companies { get; }
public IList<string> Companies { get; }
Public ReadOnly Property Companies As IList(Of String) Get
Public ReadOnly Property Companies As IList(Of String) Get
Dim instance As Message Dim value As IList(Of String) value = instance.Companies
Dim instance As Message Dim value As IList(Of String) value = instance.Companies
/** @property */ public IList<String> get_Companies()
/** @property */ public IList<String> get_Companies()
function get Companies () : IList<String>
function get Companies () : IList<String>
function get_Companies();
function get_Companies();
Property Value
Type:

The companies.
See Also