Represents a log fro tracking the sending of email news letters.
This allows us to resume if the task is interupted.
| C# |
public class LetterSendLog
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| LetterSendLog()()() | Initializes a new instance of the LetterSendLog class | |
| LetterSendLog(Int32) | Initializes a new instance of the LetterSendLog class | |
| CompareByEmailAddress(LetterSendLog, LetterSendLog) |
Compares 2 instances of LetterSendLog.
| |
| CompareByErrorMessage(LetterSendLog, LetterSendLog) |
Compares 2 instances of LetterSendLog.
| |
| CompareByRowId(LetterSendLog, LetterSendLog) |
Compares 2 instances of LetterSendLog.
| |
| CompareByUtc(LetterSendLog, LetterSendLog) |
Compares 2 instances of LetterSendLog.
| |
| Delete(Int32) |
Deletes an instance of LetterSendLog. Returns true on success.
| |
| DeleteByLetter(Guid) |
Deletes from the mp_LetterSendLog table for the letterGuid. Returns true if row deleted.
| |
| DeleteByLetterInfo(Guid) | ||
| DeleteBySite(Guid) | ||
| EmailAddress | ||
| Equals(Object) | (Inherited from Object.) | |
| ErrorMessage | ||
| ErrorOccurred | ||
| Finalize()()() | (Inherited from Object.) | |
| GetCount(Guid) |
Gets a count of subscribers a letter was sent to.
| |
| GetHashCode()()() | (Inherited from Object.) | |
| GetPage(Guid, Int32, Int32, Int32%) |
Gets an IList with page of instances of LetterSendLog.
| |
| GetType()()() | (Inherited from Object.) | |
| LetterGuid | ||
| MemberwiseClone()()() | (Inherited from Object.) | |
| RowId | ||
| Save()()() |
Saves this instance of LetterSendLog. Returns true on success.
| |
| SubscribeGuid | ||
| ToString()()() | (Inherited from Object.) | |
| UserGuid | ||
| UTC |
| Object | |
| LetterSendLog | |