AttachmentIcon

AttachmentIcon constructor

Initializes a new instance of the AttachmentIcon class.

public AttachmentIcon(string fileExtension, byte[] iconData)
Parameter Type Description
fileExtension String The file extension.
iconData Byte[] The icon data as byte array.

See Also