Getting info on email sent
This commit is contained in:
parent
2f60591146
commit
18b5297d71
6 changed files with 28 additions and 13 deletions
10
Yavsc.Abstract/Manage/EmailSentViewModel.cs
Normal file
10
Yavsc.Abstract/Manage/EmailSentViewModel.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
namespace Yavsc.Abstract.Manage
|
||||
{
|
||||
public class EmailSentViewModel
|
||||
{
|
||||
public string EMail { get; set; }
|
||||
public string MessageId { get; set; }
|
||||
public bool Sent { get; set; }
|
||||
public string ErrorMessage { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue