AttachmentIcon

AttachmentIcon class

Represents an attachment icon configuration for email attachments.

public class AttachmentIcon : ISerializable

Constructors

Name Description
AttachmentIcon(string, byte[]) Initializes a new instance of the AttachmentIcon class.

Properties

Name Description
FileExtension { get; } Gets or sets the file extension (e.g., “.pdf”, “.docx”).
IconData { get; } Gets or sets the icon data as byte array.

Methods

Name Description
GetObjectData(SerializationInfo, StreamingContext) Implements ISerializable.GetObjectData.

See Also