_NoteItem.Height Property
Returns or sets an Integer (int in C#) value specifying the height (in pixels) of the note window. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Height As Integer
Get
Set
'Usage
Dim instance As _NoteItem
Dim value As Integer
value = instance.Height
instance.Height = value
[DispIdAttribute()]
int Height { get; set; }
Property Value
Type: System.Int32