Skip to content
DocsTry Aspire
DocsTry

SendEmailUsingTemplateRequestAttachmentsItem Properties

ClassProperties4 members
Represents the SendEmailUsingTemplateRequestAttachmentsItem payload.
ContentSection titled Contentnullablestring?
Gets or sets content.
public string? Content { get; set; }
ContentTypeSection titled ContentTypenullablestring?
Gets or sets content_type.
public string? ContentType { get; set; }
FilenameSection titled Filenamenullablestring?
Gets or sets filename.
public string? Filename { get; set; }
StorageKeySection titled StorageKeynullablestring?
Gets or sets storage_key.
public string? StorageKey { get; set; }