_JournalItem.Type Property
Returns or sets a String (string in C#) representing a free-form field, usually containing the display name of the journalizing application (for example, "MSWord".) Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Type As String
Get
Set
'Usage
Dim instance As _JournalItem
Dim value As String
value = instance.Type
instance.Type = value
[DispIdAttribute()]
string Type { get; set; }
Property Value
Type: System.String