_CardView.MultiLineFieldHeight Property

Returns or sets an Integer (int in C#) value that determines the minimum number of lines for multiline fields displayed in the CardView object. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property MultiLineFieldHeight As Integer
    Get
    Set
'Usage
Dim instance As _CardView
Dim value As Integer

value = instance.MultiLineFieldHeight

instance.MultiLineFieldHeight = value
[DispIdAttribute()]
int MultiLineFieldHeight { get; set; }

Property Value

Type: System.Int32

Remarks

This property can be set to a value between 1 and 20. If this property is set to a value less than 1, the property is set to 1. If this property is set to a value greater than 20, the property is set to 20. The default value for this property is 1.

See Also

Reference

_CardView Interface

_CardView Members

Microsoft.Office.Interop.Outlook Namespace