Class ItemEnhanceMail
[Serializable]
public class ItemEnhanceMail : AttachmentMail, IState
- Inheritance
-
ItemEnhanceMail
- Implements
- Inherited Members
Constructors
ItemEnhanceMail(Dictionary)
public ItemEnhanceMail(Dictionary serialized)
Parameters
serializedDictionary
ItemEnhanceMail(AttachmentActionResult, long, Guid, long)
public ItemEnhanceMail(AttachmentActionResult attachmentActionResult, long blockIndex, Guid id, long requiredBlockIndex)
Parameters
attachmentActionResultAttachmentActionResultblockIndexlongidGuidrequiredBlockIndexlong
Properties
MailType
public override MailType MailType { get; }
Property Value
TypeId
protected override string TypeId { get; }
Property Value
Methods
Read(IMail)
public override void Read(IMail mail)
Parameters
mailIMail