MailMessageCollection Class |
Inheritance Hierarchy
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic class MailMessageCollection : Collection<MailMessage>
Public Class MailMessageCollection
Inherits Collection(Of MailMessage)
public ref class MailMessageCollection : public Collection<MailMessage^>
type MailMessageCollection =
class
inherit Collection<MailMessage>
end
The MailMessageCollection type exposes the following members.
Constructors
Properties
Methods
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