Interface IEmailAttachment
An email attachment.
Inherited Members
Namespace: Kephas.Mail
Assembly: Kephas.Mail.dll
Syntax
public interface IEmailAttachment : IIndexable
Properties
| Improve this Doc View SourceContent
Gets or sets the attachment content.
Declaration
Stream Content { get; set; }
Property Value
Type | Description |
---|---|
System.IO.Stream | The attachment content. |
Name
Gets or sets the attachment name.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |