Simple Mail and Post Office Protocol for .Net (SmtPop)

MimeAttachmentList.IsUnique Property

Gets a value indicating whether the MimeAttachmentList ensures that all elements are unique.

public virtual bool IsUnique {get;}

Property Value

true if the MimeAttachmentList ensures that all elements are unique; otherwise, false. The default is false.

Remarks

IsUnique returns true exactly if the MimeAttachmentList is exposed through a Unique wrapper. Please refer to Unique for details.

See Also

MimeAttachmentList Class | SmtPop Namespace