IncomingVoipPhoneCallOptions.ContactImage 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.
Gets or sets the contact image of the caller to be displayed on the call UI.
public:
property Uri ^ ContactImage { Uri ^ get(); void set(Uri ^ value); };
Uri ContactImage();
void ContactImage(Uri value);
public System.Uri ContactImage { get; set; }
var uri = incomingVoipPhoneCallOptions.contactImage;
incomingVoipPhoneCallOptions.contactImage = uri;
Public Property ContactImage As Uri
Property Value
The contact image of the caller to be displayed on the call UI.
Windows requirements
| Requirements | Description |
|---|---|
| App capabilities |
voipCall
|