Class MailMessageCollection
MailMessageCollection class
Represents a collection of MailMessage objects.
public class MailMessageCollection : Collection<MailMessage>
Constructors
| Name | Description |
|---|---|
| MailMessageCollection() | Initialize a new instance of the class MailMessageCollection. |
Remarks
Provides a simple collection object that can represent a set of MailMessage objects. The MailMessageCollection class provides a simple collection object that can be used to store a set of MailMessage objects.
See Also
- class MailMessage
- namespace Aspose.Email
- assembly Aspose.Email