Microsoft.SqlServer.Management.Smo.Mail 네임스페이스
The Microsoft.SqlServer.Management.Smo.Mail namespace contains classes that represent the Microsoft SQL Server Database Mail service.
The Microsoft.SqlServer.Management.Smo.Mail namespace resides in the Micrsoft.SqlServer.Smo.dll. When you add a reference to the dll in your program, you can import this namespace and reference all the classes in it.
By using the SMO Mail objects, you can do the following:
Create and modify mail accounts.
Create and modify mail profiles.
Configure mail servers.
클래스
클래스 | 설명 | |
---|---|---|
ConfigurationValue | The ConfigurationValue class represents a SQL Server Database Mail subsystem configuration option. | |
ConfigurationValueCollection | The ConfigurationValueCollection class represents a collection of ConfigurationValue objects that represent all the configuration options defined on the SQL Server Database Mail subsystem. | |
MailAccount | The MailAccount class represents a SQL Server Database Mail subsystem mail account. | |
MailAccountCollection | MailAccountCollection 클래스는 SQL Server 데이터베이스 메일 하위 시스템에 정의된 모든 메일 계정을 나타내는 MailAccount 개체의 컬렉션을 나타냅니다. | |
MailProfile | The MailProfile class represents a SQL Server Database Mail subsystem mail profile. | |
MailProfileCollection | The MailProfileCollection class represents a collection of MailProfile objects that represent all the mail profiles defined on the SQL Server Database Mail subsystem. | |
MailServer | The MailServer class represents a SQL Server Database Mail subsystem mail server. | |
MailServerCollection | The MailServerCollection class represents a collection of MailServer objects that represent all the mail servers defined on the SQL Server Database Mail subsystem. | |
SqlMail | SqlMail 클래스는 SQL Server 데이터베이스 메일 하위 시스템을 나타냅니다. |