 | EmailMessageAttachments Property |
Get the attachmets which are attached to the message
Namespace: SanteDB.Core.Notifications.EmailAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic IEnumerable<(string name, string contentType, Object content)> Attachments { get; set; }Public Property Attachments As IEnumerable(Of (name As String, contentType As String, content As Object))
Get
Set
public:
property IEnumerable<ValueTuple<String^, String^, Object^>>^ Attachments {
IEnumerable<ValueTuple<String^, String^, Object^>>^ get ();
void set (IEnumerable<ValueTuple<String^, String^, Object^>>^ value);
}member Attachments : IEnumerable<ValueTuple<string, string, Object>> with get, set
Property Value
IEnumerableValueTupleString,
String,
Object
See Also