_TaskItem.CardData Property
Returns or sets a String (string in C#) representing the text of the card data for the task. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property CardData As String
Get
Set
'Usage
Dim instance As _TaskItem
Dim value As String
value = instance.CardData
instance.CardData = value
[DispIdAttribute()]
string CardData { get; set; }
Property Value
Type: System.String