Class SendMailEventArgs
Inherited Members
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public class SendMailEventArgs
Constructors
SendMailEventArgs()
Declaration
public SendMailEventArgs()
Fields
Body
Declaration
public string Body
Field Value
| Type | Description |
|---|---|
| string |
Content
Declaration
public byte[] Content
Field Value
| Type | Description |
|---|---|
| byte[] |
Filename
Declaration
public string Filename
Field Value
| Type | Description |
|---|---|
| string |
From
Declaration
public string From
Field Value
| Type | Description |
|---|---|
| string |
Name
Declaration
public string Name
Field Value
| Type | Description |
|---|---|
| string |
Subject
Declaration
public string Subject
Field Value
| Type | Description |
|---|---|
| string |
To
Declaration
public string To
Field Value
| Type | Description |
|---|---|
| string |