Edit

Share via


_OlkSenderPhoto.PreferredHeight Property

Definition

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.

Applies to