Table of Contents

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

string

AttachFilename

public string AttachFilename { get; set; }

Property Value

string

AttachFilenameW

public string AttachFilenameW { get; set; }

Property Value

string

AttachFlags

public int AttachFlags { get; set; }

Property Value

int

AttachLongFilename

public string AttachLongFilename { get; set; }

Property Value

string

AttachLongPathname

public string AttachLongPathname { get; set; }

Property Value

string

AttachMethod

public AttachMethod AttachMethod { get; }

Property Value

AttachMethod

AttachPathname

public string AttachPathname { get; set; }

Property Value

string

AttachmentContactPhoto

public bool AttachmentContactPhoto { get; set; }

Property Value

bool

AttachmentFlags

public int AttachmentFlags { get; set; }

Property Value

int

AttachmentHidden

public bool AttachmentHidden { get; set; }

Property Value

bool

AttachmentIndex

Used to remember att index for mbox reading.

public int AttachmentIndex { get; set; }

Property Value

int

AttachmentLinkId

public int AttachmentLinkId { get; set; }

Property Value

int

AttachmentSize

public int AttachmentSize { get; set; }

Property Value

int

ByRef

Is attach method ATTACH_BY_REF AttachMethod

public bool ByRef { get; }

Property Value

bool

ContentID

public string ContentID { get; set; }

Property Value

string

CreationTime

public DateTime CreationTime { get; set; }

Property Value

DateTime

DisplayName

public string DisplayName { get; set; }

Property Value

string

ExceptionEndTime

public DateTime ExceptionEndTime { get; set; }

Property Value

DateTime

ExceptionStartTime

public DateTime ExceptionStartTime { get; set; }

Property Value

DateTime

LastModificationTime

public DateTime LastModificationTime { get; set; }

Property Value

DateTime

LtpRowId

public int LtpRowId { get; set; }

Property Value

int

LtpRowVer

public int LtpRowVer { get; set; }

Property Value

int

RenderingPosition

public int RenderingPosition { get; set; }

Property Value

int

SafeAttachmentFileName

Attachment file name safe for saving on Windows fs.

public string SafeAttachmentFileName { get; }

Property Value

string

Methods

LoadProperties(IEnumerable<BaseProperty>)

Internal. Do not use.

public override void LoadProperties(IEnumerable<BaseProperty> props)

Parameters

props IEnumerable<BaseProperty>