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

MimeAttachmentList.Capacity Property

Gets or sets the capacity of the MimeAttachmentList.

public virtual int Capacity {get; set;}

Property Value

The number of elements that the MimeAttachmentList can contain.

Remarks

Please refer to Capacity for details.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException Capacity is set to a value that is less than Count.

See Also

MimeAttachmentList Class | SmtPop Namespace