Class AttachmentMail
[Serializable]
public abstract class AttachmentMail : Mail, IState
- Inheritance
-
AttachmentMail
- Implements
- Derived
- Inherited Members
Constructors
AttachmentMail(Dictionary)
public AttachmentMail(Dictionary serialized)
Parameters
serializedDictionary
AttachmentMail(AttachmentActionResult, long, Guid, long)
protected AttachmentMail(AttachmentActionResult attachmentActionResult, long blockIndex, Guid id, long requiredBlockIndex)
Parameters
attachmentActionResultAttachmentActionResultblockIndexlongidGuidrequiredBlockIndexlong
Fields
attachment
public AttachmentActionResult attachment
Field Value
Methods
Serialize()
public override IValue Serialize()
Returns
- IValue