Message Keywords Property | MSG .NET Class Library |
Gets or sets the keywords.
Namespace: Independentsoft.Email.MimeAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string Keywords { get; set; }
public string Keywords { get; set; }
Public Property Keywords As String Get Set
Public Property Keywords As String Get Set
Dim instance As Message Dim value As String value = instance.Keywords instance.Keywords = value
Dim instance As Message Dim value As String value = instance.Keywords instance.Keywords = value
/** @property */ public String get_Keywords() /** @property */ public void set_Keywords(String value)
/** @property */ public String get_Keywords() /** @property */ public void set_Keywords(String value)
function get Keywords () : String function set Keywords (value : String)
function get Keywords () : String function set Keywords (value : String)
function get_Keywords(); function set_Keywords(value);
function get_Keywords(); function set_Keywords(value);
Property Value
Type:
The keywords.
See Also