| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentMailId |
Gets or sets the student email Id. This is the primary key value of the 'StudentMails' |
integer |
None. |
| StudentId |
Gets or sets the StduentId |
integer |
None. |
| MailSentDate |
Gets or sets the mail sent date. |
string |
None. |
| MailSubject |
Gets or sets the mail subject of the student mail |
string |
None. |
| ReadStatus |
Gets or sets the status whether the email is read by the student or not |
boolean |
None. |
| HasAttachments |
Gets or sets the status whether the email has any attachments or not. The value will be true if the mail has any attachments. |
boolean |
None. |
| MailSentTime |
Gets or sets the mail sent or the received time. E.g) now, 2mins ago, 2 days ago.... |
string |
None. |
| MailContentText |
Gets or sets the mail content trimmed to limitted characters and plain text |
string |
None. |
| IsFromMobile | boolean |
None. |
|
| CurrentPageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| MailCategory | string |
None. |
|
| MobileTimeFormat | string |
None. |