Table of Contents

Interface IMessagignObjectWithAttachments

Namespace
Encryptomatic.MailDex.Lib.PST.Messaging
Assembly
MailDex.Lib.dll
public interface IMessagignObjectWithAttachments

Properties

Attachments

Attachments.

List<Attachment> Attachments { get; set; }

Property Value

List<Attachment>

HasAttachments

Attachments present.

bool HasAttachments { get; }

Property Value

bool

MessageClass

string MessageClass { get; set; }

Property Value

string

MessageFlags

int MessageFlags { get; set; }

Property Value

int