Class Attachment

Attachment class

Represents a list of files attached to the message, and the tools they should be added to.

public class Attachment

Constructors

NameDescription
Attachment()The default constructor.

Properties

NameDescription
FileId { get; set; }Gets or sets the ID of the File that is attached.
Tools { get; set; }Gets or sets the type of tool that the File is attached to.

See Also