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