_OlkSenderPhoto.PreferredWidth 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 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.