API Reference
Class
OutlookNote
Typed Outlook sticky-note fields.
Inheritance
- Object
- OutlookNote
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EmailDocument.Note
Constructors
public OutlookNote() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<Int32> Color { get; set; } #Outlook note color numeric value.
public Nullable<Int32> Width { get; set; } #Saved note window width.
public Nullable<Int32> Height { get; set; } #Saved note window height.
public Nullable<Int32> X { get; set; } #Saved note window horizontal position.
public Nullable<Int32> Y { get; set; } #Saved note window vertical position.