_OlkSenderPhoto.PreferredHeight Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an Integer (int in C#) value that specifies the application-preferred height of the sender picture. Read-only.
public:
property int PreferredHeight { int get(); };
public int PreferredHeight { get; }
Public ReadOnly Property PreferredHeight As Integer
Property Value
Remarks
The value is expressed in units of pixels. The default value is 96.
You can use this property and the PreferredWidth property to simulate Outlook's behavior to render, resize, and align the sender picture in a standard form.