Class OutboundAttachment
File attachment for outbound messages.
public record OutboundAttachment : IEquatable<OutboundAttachment>
- Inheritance
-
OutboundAttachment
- Implements
- Inherited Members
Constructors
OutboundAttachment(string, Stream, string?)
File attachment for outbound messages.
public OutboundAttachment(string FileName, Stream Content, string? Description = null)
Parameters
Properties
Content
public Stream Content { get; init; }
Property Value
Description
public string? Description { get; init; }
Property Value
FileName
public string FileName { get; init; }