_OlkSenderPhoto.PreferredWidth Property

Definition

Returns an Integer (int in C#) value that specifies the application-preferred width of the sender picture. Read-only.

public:
 property int PreferredWidth { int get(); };
public int PreferredWidth { get; }
Public ReadOnly Property PreferredWidth As Integer

Property Value

Remarks

The value is expressed in units of pixels. The default value is 72.

You can use this property and the PreferredHeight property to simulate Outlook's behavior to render, resize, and align the sender picture in a standard form.

Applies to