case 4173
This commit is contained in:
17
server/AyaNova/models/dto/BatchDirectSMTPParams.cs
Normal file
17
server/AyaNova/models/dto/BatchDirectSMTPParams.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using AyaNova.Biz;
|
||||
|
||||
namespace AyaNova.Models
|
||||
{
|
||||
/// <summary>
|
||||
/// Parameters for bulk operation batch-direct-smtp
|
||||
/// </summary>
|
||||
public class BatchDirectSMTPParams
|
||||
{
|
||||
|
||||
public DataListSelectedRequest SelectedRequest { get; set; }
|
||||
public string Subject { get; set; }
|
||||
public string TextBody { get; set; }
|
||||
public string HTMLBody { get; set; }
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user