_ExchangeUser.GetPicture Method

Definition

Obtains a StdPicture object that represents the picture of the Microsoft Exchange user that is displayed in Microsoft Outlook.

public:
 stdole::StdPicture ^ GetPicture();
public stdole.StdPicture GetPicture ();
Public Function GetPicture () As StdPicture

Returns

Remarks

The picture of the Exchange user is stored in Active Directory and displayed in various places in Outlook, including the dialog box for Outlook Properties and Contact Card.If the picture does not exist for the user, GetPicture returns Nothing (a null reference (Nothing in Visual Basic) in C#).

You can only call GetPicture from code that runs in-process as Outlook. An StdPicture object cannot be marshaled across process boundaries. If you attempt to call GetPicture from out-of-process code, an exception occurs.

Applies to