6 references to EmailAttachment
Microsoft.Maui.Essentials (6)
Email\Email.shared.cs (6)
187
/// Gets or sets a list of file attachments as <see cref="
EmailAttachment
"/> objects.
189
public List<
EmailAttachment
>? Attachments { get; set; } = new List<
EmailAttachment
>();
210
/// Initializes a new instance of the <see cref="
EmailAttachment
"/> class based off the file specified in the provided path.
219
/// Initializes a new instance of the <see cref="
EmailAttachment
"/> class based off the file specified in the provided path
230
/// Initializes a new instance of the <see cref="
EmailAttachment
"/> class based off a <see cref="FileBase"/> object.