메소드 | 설명 | |
---|---|---|
Send ( string subject, string body, string recipients ) : bool |
Send an email message.
|
public static Send ( string subject, string body, string recipients ) : bool | ||
subject | string | Subject text for the message |
body | string | Body text for the message |
recipients | string | A comma-delimited list of recipients that will receive the message |
리턴 | bool |