Share via


OlkSenderPhoto.PreferredHeight Property

Outlook Developer Reference

Returns a Long that specifies the application-preferred height of the sender picture. Read-only.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.PreferredHeight

expression   A variable that represents an OlkSenderPhoto object.

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.

See Also