Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
EmbeddedObjectReference.cs
1using System;
2using System.Collections.Generic;
3using System.Text;
4
6{
11 {
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;
19
23 public EmbeddedObjectReference(string ContentType, string Description, string FileName, string Name,
24 string ContentId, string EmbeddedObjectId, int Size)
25 {
26 this.contentType = ContentType;
27 this.description = Description;
28 this.fileName = FileName;
29 this.name = Name;
30 this.contentId = ContentId;
31 this.embeddedObjectId = EmbeddedObjectId;
32 this.size = Size;
33 }
34
38 public string ContentType => this.contentType;
39
43 public string Description => this.description;
44
48 public string FileName => this.fileName;
49
53 public string Name => this.name;
54
58 public string Id => this.contentId;
59
63 public string EmbeddedObjectId => this.embeddedObjectId;
64
68 public int Size => this.size;
69
70 }
71}
Contains a reference to an object embedded in a mail.
string Id
Content-ID of embedded object, if available.
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 EmbeddedObjectId
ID of embedded object, in broker.