Class ImapAttachmentInfo

ImapAttachmentInfo class

Represents an attachment information.

public class ImapAttachmentInfo

Properties

NameDescription
MediaType { get; }Gets an attachment MIME-type.
Name { get; }Gets an attachment name.
Size { get; }Gets an attachment size.

See Also