IGraphClient.CreateContact

IGraphClient.CreateContact method

Creates contact in specified folder

public MapiContact CreateContact(string folderId, MapiContact contact)
ParameterTypeDescription
folderIdStringParent folder id
contactMapiContactMapiContact to be created

Return Value

Created contact

See Also