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