Gets or sets a list of attachment(s) to be attached
(if attachment is a file then make sure that the file exists)
Assembly: MicroMighty.SDK.Net (in MicroMighty.SDK.Net.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Attachments As List(Of Attachment) |
C# |
---|
public List<Attachment> Attachments { get; set; } |
Visual C++ |
---|
public: property List<Attachment^>^ Attachments { List<Attachment^>^ get (); void set (List<Attachment^>^ value); } |
JavaScript |
---|
function get_attachments(); function set_attachments(value); |