MailMessageGetEnumerator Method |
Returns an enumerator that iterates through a collection.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public IEnumerator GetEnumerator()
Public Function GetEnumerator As IEnumerator
public:
virtual IEnumerator^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator
override GetEnumerator : unit -> IEnumerator
Return Value
Type:
IEnumerator
An
IEnumerator object that can be used to iterate through the collection.
Implements
IEnumerableGetEnumeratorSee Also