文章 SendEmailOptions 类

  • 命名空间: Limyee.Extensibility.Api.Version1
  • 程序集: Limyee.Api.dll

定义

class SendEmailOptions
{
	IEnumerable<Attachment> Attachments { get; set;  }
	string Body { get; set;  }
	string Footer { get; set;  }
	string FromEmail { get; set;  }
	int? FromUserId { get; set;  }
	string Header { get; set;  }
	Dictionary<string,string> Headers { get; set;  }
	string Subject { get; set;  }
	string ToEmail { get; set;  }
	int? ToUserId { get; set;  }
}

属性

名称

类型

描述

默认值

选项

Attachments

IEnumerable<Attachment>

Body

string

Footer

string

FromEmail

string

FromUserId

int?

Header

string

Headers

Dictionary<string,string>

Subject

string

ToEmail

string

ToUserId

int?