コード例 #1
0
 public void RunExampleHtmlAndText()
 {
     var response = SocketLabsClient.QuickSend(
         ExampleConfig.ServerId,
         ExampleConfig.ApiKey,
         "*****@*****.**",
         "*****@*****.**",
         "Lorem Ipsum",
         "<html>Lorem Ipsum</html>",
         "Lorem Ipsum"
         );
 }
コード例 #2
0
 public void RunExampleText()
 {
     var response = SocketLabsClient.QuickSend(
         ExampleConfig.ServerId,
         ExampleConfig.ApiKey,
         "*****@*****.**",
         "*****@*****.**",
         "Lorem Ipsum",
         "Lorem Ipsum",
         false
         );
 }