[This is preliminary documentation and is subject to change.]
Gets or sets the file attachments (Path => Description)
Declaration Syntax
C# | Visual Basic | Visual C++ |
public NameValueCollection Attachments { get; set; }
Public Property Attachments As NameValueCollection
public: property NameValueCollection^ Attachments { NameValueCollection^ get (); void set (NameValueCollection^ value); }