Class EmailMessage.Attachment
Represents an email attachment.
Inherited Members
Namespace: DataWeb.Email
Assembly: DataWeb.Core.dll
Syntax
public class EmailMessage.Attachment
Properties
FileName
Gets or sets the name of the attachment file.
Declaration
public string FileName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Stream
Gets or sets the stream containing the attachment data.
Declaration
public Stream Stream { get; set; }
Property Value
| Type | Description |
|---|---|
| Stream |