Click or drag to resize

EmailMessageAttachments Property

Get the attachmets which are attached to the message

Namespace: SanteDB.Core.Notifications.Email
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public IEnumerable<(string name, string contentType, Object content)> Attachments { get; set; }

Property Value

IEnumerableValueTupleString, String, Object
See Also