Message Title Property | MSG .NET Class Library |
Contains the title for the contact.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string Title { get; set; }
public string Title { get; set; }
Public Property Title As String Get Set
Public Property Title As String Get Set
Dim instance As Message Dim value As String value = instance.Title instance.Title = value
Dim instance As Message Dim value As String value = instance.Title instance.Title = value
/** @property */ public String get_Title() /** @property */ public void set_Title(String value)
/** @property */ public String get_Title() /** @property */ public void set_Title(String value)
function get Title () : String function set Title (value : String)
function get Title () : String function set Title (value : String)
function get_Title(); function set_Title(value);
function get_Title(); function set_Title(value);
Property Value
Type:
The title.
See Also