@@ -178,7 +178,7 @@ public interface ISendEmailApiSync : IApiAccessor
178178 /// <returns>EmailSendResponse</returns>
179179 EmailSendResponse SendEmail ( string from , string to , string subject , string cc = default ( string ) ,
180180 string bcc = default ( string ) , string text = default ( string ) , string bulkId = default ( string ) ,
181- string messageId = default ( string ) , int ? templateid = default ( int ? ) ,
181+ string messageId = default ( string ) , long ? templateid = default ( long ? ) ,
182182 System . IO . Stream attachment = default ( System . IO . Stream ) ,
183183 System . IO . Stream inlineImage = default ( System . IO . Stream ) , string HTML = default ( string ) ,
184184 string replyto = default ( string ) , string defaultplaceholders = default ( string ) ,
@@ -263,7 +263,7 @@ public interface ISendEmailApiSync : IApiAccessor
263263 /// <returns>ApiResponse of EmailSendResponse</returns>
264264 ApiResponse < EmailSendResponse > SendEmailWithHttpInfo ( string from , string to , string subject ,
265265 string cc = default ( string ) , string bcc = default ( string ) , string text = default ( string ) ,
266- string bulkId = default ( string ) , string messageId = default ( string ) , int ? templateid = default ( int ? ) ,
266+ string bulkId = default ( string ) , string messageId = default ( string ) , long ? templateid = default ( long ? ) ,
267267 System . IO . Stream attachment = default ( System . IO . Stream ) ,
268268 System . IO . Stream inlineImage = default ( System . IO . Stream ) , string HTML = default ( string ) ,
269269 string replyto = default ( string ) , string defaultplaceholders = default ( string ) ,
@@ -439,7 +439,7 @@ Task<ApiResponse<EmailLogResponse>> GetEmailLogsWithHttpInfoAsync(
439439 /// <returns>Task of EmailSendResponse</returns>
440440 Task < EmailSendResponse > SendEmailAsync ( string from , string to , string subject , string cc = default ( string ) ,
441441 string bcc = default ( string ) , string text = default ( string ) , string bulkId = default ( string ) ,
442- string messageId = default ( string ) , int ? templateid = default ( int ? ) ,
442+ string messageId = default ( string ) , long ? templateid = default ( long ? ) ,
443443 System . IO . Stream attachment = default ( System . IO . Stream ) ,
444444 System . IO . Stream inlineImage = default ( System . IO . Stream ) , string HTML = default ( string ) ,
445445 string replyto = default ( string ) , string defaultplaceholders = default ( string ) ,
@@ -526,7 +526,7 @@ Task<ApiResponse<EmailLogResponse>> GetEmailLogsWithHttpInfoAsync(
526526 /// <returns>Task of ApiResponse (EmailSendResponse)</returns>
527527 Task < ApiResponse < EmailSendResponse > > SendEmailWithHttpInfoAsync ( string from , string to , string subject ,
528528 string cc = default ( string ) , string bcc = default ( string ) , string text = default ( string ) ,
529- string bulkId = default ( string ) , string messageId = default ( string ) , int ? templateid = default ( int ? ) ,
529+ string bulkId = default ( string ) , string messageId = default ( string ) , long ? templateid = default ( long ? ) ,
530530 System . IO . Stream attachment = default ( System . IO . Stream ) ,
531531 System . IO . Stream inlineImage = default ( System . IO . Stream ) , string HTML = default ( string ) ,
532532 string replyto = default ( string ) , string defaultplaceholders = default ( string ) ,
@@ -1258,7 +1258,7 @@ public async Task<ApiResponse<EmailLogResponse>> GetEmailLogsWithHttpInfoAsync(
12581258 /// <returns>EmailSendResponse</returns>
12591259 public EmailSendResponse SendEmail ( string from , string to , string subject , string cc = default ( string ) ,
12601260 string bcc = default ( string ) , string text = default ( string ) , string bulkId = default ( string ) ,
1261- string messageId = default ( string ) , int ? templateid = default ( int ? ) ,
1261+ string messageId = default ( string ) , long ? templateid = default ( long ? ) ,
12621262 System . IO . Stream attachment = default ( System . IO . Stream ) ,
12631263 System . IO . Stream inlineImage = default ( System . IO . Stream ) , string HTML = default ( string ) ,
12641264 string replyto = default ( string ) , string defaultplaceholders = default ( string ) ,
@@ -1348,7 +1348,7 @@ public async Task<ApiResponse<EmailLogResponse>> GetEmailLogsWithHttpInfoAsync(
13481348 /// <returns>ApiResponse of EmailSendResponse</returns>
13491349 public ApiResponse < EmailSendResponse > SendEmailWithHttpInfo ( string from , string to , string subject ,
13501350 string cc = default ( string ) , string bcc = default ( string ) , string text = default ( string ) ,
1351- string bulkId = default ( string ) , string messageId = default ( string ) , int ? templateid = default ( int ? ) ,
1351+ string bulkId = default ( string ) , string messageId = default ( string ) , long ? templateid = default ( long ? ) ,
13521352 System . IO . Stream attachment = default ( System . IO . Stream ) ,
13531353 System . IO . Stream inlineImage = default ( System . IO . Stream ) , string HTML = default ( string ) ,
13541354 string replyto = default ( string ) , string defaultplaceholders = default ( string ) ,
@@ -1558,7 +1558,7 @@ public ApiResponse<EmailSendResponse> SendEmailWithHttpInfo(string from, string
15581558 /// <returns>Task of EmailSendResponse</returns>
15591559 public async Task < EmailSendResponse > SendEmailAsync ( string from , string to , string subject ,
15601560 string cc = default ( string ) , string bcc = default ( string ) , string text = default ( string ) ,
1561- string bulkId = default ( string ) , string messageId = default ( string ) , int ? templateid = default ( int ? ) ,
1561+ string bulkId = default ( string ) , string messageId = default ( string ) , long ? templateid = default ( long ? ) ,
15621562 System . IO . Stream attachment = default ( System . IO . Stream ) ,
15631563 System . IO . Stream inlineImage = default ( System . IO . Stream ) , string HTML = default ( string ) ,
15641564 string replyto = default ( string ) , string defaultplaceholders = default ( string ) ,
@@ -1650,7 +1650,7 @@ public async Task<EmailSendResponse> SendEmailAsync(string from, string to, stri
16501650 /// <returns>Task of ApiResponse (EmailSendResponse)</returns>
16511651 public async Task < ApiResponse < EmailSendResponse > > SendEmailWithHttpInfoAsync ( string from , string to ,
16521652 string subject , string cc = default ( string ) , string bcc = default ( string ) , string text = default ( string ) ,
1653- string bulkId = default ( string ) , string messageId = default ( string ) , int ? templateid = default ( int ? ) ,
1653+ string bulkId = default ( string ) , string messageId = default ( string ) , long ? templateid = default ( long ? ) ,
16541654 System . IO . Stream attachment = default ( System . IO . Stream ) ,
16551655 System . IO . Stream inlineImage = default ( System . IO . Stream ) , string HTML = default ( string ) ,
16561656 string replyto = default ( string ) , string defaultplaceholders = default ( string ) ,
0 commit comments