IGraphClient.CreateAttachment

IGraphClient.CreateAttachment method

Creates new attachment for specified item

public MapiAttachment CreateAttachment(string parentId, MapiAttachment attachment)
ParameterTypeDescription
parentIdStringItem id
attachmentMapiAttachmentAttachment to create

Return Value

Returns created attachment

See Also