Click or drag to resize
MimeKit

AttachmentCollection(Boolean) Constructor

Initialize a new instance of the AttachmentCollection class.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public AttachmentCollection(
	bool linkedResources
)

Parameters

linkedResources  Boolean
If set to true; the attachments are treated as linked resources.
Remarks

Creates a new AttachmentCollection.

If linkedResources is true, then the attachments are treated as if they are linked to another MimePart.

See Also