Class Attachment
- Namespace
- Encryptomatic.MailDex.Lib.Messaging
- Assembly
- MailDex.Lib.dll
Message attachment.
public class Attachment : MessagingObject, IPropertyObject
- Inheritance
-
Attachment
- Implements
- Inherited Members
Constructors
Attachment()
public Attachment()
Properties
AttachEncoding
public byte[] AttachEncoding { get; set; }
Property Value
- byte[]
AttachExtension
public string AttachExtension { get; set; }
Property Value
AttachFilename
public string AttachFilename { get; set; }
Property Value
AttachFilenameW
public string AttachFilenameW { get; set; }
Property Value
AttachFlags
public int AttachFlags { get; set; }
Property Value
AttachLongFilename
public string AttachLongFilename { get; set; }
Property Value
AttachLongPathname
public string AttachLongPathname { get; set; }
Property Value
AttachMethod
public AttachMethod AttachMethod { get; }
Property Value
AttachPathname
public string AttachPathname { get; set; }
Property Value
AttachmentContactPhoto
public bool AttachmentContactPhoto { get; set; }
Property Value
AttachmentFlags
public int AttachmentFlags { get; set; }
Property Value
AttachmentHidden
public bool AttachmentHidden { get; set; }
Property Value
AttachmentIndex
Used to remember att index for mbox reading.
public int AttachmentIndex { get; set; }
Property Value
AttachmentLinkId
public int AttachmentLinkId { get; set; }
Property Value
AttachmentSize
public int AttachmentSize { get; set; }
Property Value
ByRef
Is attach method ATTACH_BY_REF AttachMethod
public bool ByRef { get; }
Property Value
ContentID
public string ContentID { get; set; }
Property Value
CreationTime
public DateTime CreationTime { get; set; }
Property Value
DisplayName
public string DisplayName { get; set; }
Property Value
ExceptionEndTime
public DateTime ExceptionEndTime { get; set; }
Property Value
ExceptionStartTime
public DateTime ExceptionStartTime { get; set; }
Property Value
LastModificationTime
public DateTime LastModificationTime { get; set; }
Property Value
LtpRowId
public int LtpRowId { get; set; }
Property Value
LtpRowVer
public int LtpRowVer { get; set; }
Property Value
RenderingPosition
public int RenderingPosition { get; set; }
Property Value
SafeAttachmentFileName
Attachment file name safe for saving on Windows fs.
public string SafeAttachmentFileName { get; }
Property Value
Methods
LoadProperties(IEnumerable<BaseProperty>)
Internal. Do not use.
public override void LoadProperties(IEnumerable<BaseProperty> props)
Parameters
props
IEnumerable<BaseProperty>