Contact.SetContactImage Method

Set a contact image
Public Shared Sub SetContactImage( _ 
ByVal contact_id As EntityID, _ 
ByVal image_data As Byte(), _ 
ByVal db As IDatabase
)
This language is not supported or no code example is available.
public static void SetContactImage( 
EntityID contact_id
byte[] image_data
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static void SetContactImage( 
EntityID^ contact_id
array< Byte >^ image_data
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function SetContactImage( 
contact_id : EntityID
image_data : byte[], 
db : IDatabase 
);
This language is not supported or no code example is available.

Parameters

contact_id
EntityID

<default>

image_data
byte[]

<default>

db
IDatabase

<default>

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition