API Reference

Class

OutlookNote

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers sealed

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

Constructors

public OutlookNote() #

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.