2using System.Collections.Generic;
12 private readonly
string contentType;
13 private readonly
string description;
14 private readonly
string fileName;
15 private readonly
string name;
16 private readonly
string contentId;
17 private readonly
string embeddedObjectId;
18 private readonly
int size;
30 this.contentId = ContentId;
53 public string Name => this.name;
58 public string Id => this.contentId;
68 public int Size => this.size;
Contains a reference to an object embedded in a mail.
string Id
Content-ID of embedded object, if available.
string Description
Description, if available.
string FileName
Filename, if available.
int Size
Size of embedded object.
string ContentType
Content-Type of embedded object
EmbeddedObjectReference(string ContentType, string Description, string FileName, string Name, string ContentId, string EmbeddedObjectId, int Size)
Contains a reference to an object embedded in a mail.
string Name
Name, if available.
string EmbeddedObjectId
ID of embedded object, in broker.