Message IconIndex Property | MSG .NET Class Library |
Contains a number that indicates which icon to use when you display a group of e-mail objects.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public long IconIndex { get; set; }
public long IconIndex { get; set; }
Public Property IconIndex As Long Get Set
Public Property IconIndex As Long Get Set
Dim instance As Message Dim value As Long value = instance.IconIndex instance.IconIndex = value
Dim instance As Message Dim value As Long value = instance.IconIndex instance.IconIndex = value
/** @property */ public long get_IconIndex() /** @property */ public void set_IconIndex(long value)
/** @property */ public long get_IconIndex() /** @property */ public void set_IconIndex(long value)
function get IconIndex () : long function set IconIndex (value : long)
function get IconIndex () : long function set IconIndex (value : long)
function get_IconIndex(); function set_IconIndex(value);
function get_IconIndex(); function set_IconIndex(value);
Property Value
Type:
The index of the icon.
See Also