EmbeddedEmailFile is defined in the Telligent.Evolution.Extensibility.Version1.Email namespace of Telligent.Evolution.Platform.dll
Definition
class EmbeddedEmailFile
{
ICentralizedFile File { get; }
string Url { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| File | ICentralizedFile | The referenced file in Centralized File Storage. | ||
| Url | string | The url of the referenced file in Centralized File Storage. It can be replaced with a value specific to your email provider's pattern for referencing embedded files. |