Message JournalType Property | MSG .NET Class Library |
Contains the type of the journal item.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string JournalType { get; set; }
public string JournalType { get; set; }
Public Property JournalType As String Get Set
Public Property JournalType As String Get Set
Dim instance As Message Dim value As String value = instance.JournalType instance.JournalType = value
Dim instance As Message Dim value As String value = instance.JournalType instance.JournalType = value
/** @property */ public String get_JournalType() /** @property */ public void set_JournalType(String value)
/** @property */ public String get_JournalType() /** @property */ public void set_JournalType(String value)
function get JournalType () : String function set JournalType (value : String)
function get JournalType () : String function set JournalType (value : String)
function get_JournalType(); function set_JournalType(value);
function get_JournalType(); function set_JournalType(value);
Property Value
Type:
The type of the journal.
See Also