Generic dictionary containing extra properties of this attachment file.
public IDictionary<string, string> Metadata {get;}
Public ReadOnly Property Metadata() As IDictionary(Of String, String)
Get
public:
property IDictionary<String^, String^>^ Metadata
{
IDictionary<String^, String^>^ get()
}
Optional generic dictionary containing extra properties of this attachment file. The default value is an empty dictionary.
Metadata can be used by the file filter to store any extra attachment properties specific to the file format. For instance, a PDF file may store the object number of the attachment.
For an example, refer to ReadAttachments.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document