CmsRecipientEnumerator Class

Definition

The CmsRecipientEnumerator class provides enumeration functionality for the CmsRecipientCollection collection. CmsRecipientEnumerator implements the IEnumerator interface.

public ref class CmsRecipientEnumerator sealed : System::Collections::IEnumerator
public sealed class CmsRecipientEnumerator : System.Collections.IEnumerator
type CmsRecipientEnumerator = class
    interface IEnumerator
Public NotInheritable Class CmsRecipientEnumerator
Implements IEnumerator
Inheritance
CmsRecipientEnumerator
Implements

Properties

Current

The Current property retrieves the current CmsRecipient object from the CmsRecipientCollection collection.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
MoveNext()

The MoveNext() method advances the enumeration to the next CmsRecipient object in the CmsRecipientCollection collection.

Reset()

The Reset() method resets the enumeration to the first CmsRecipient object in the CmsRecipientCollection collection.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Explicit Interface Implementations

IEnumerator.Current

The IEnumerator.Current property retrieves the current CmsRecipient object from the CmsRecipientCollection collection.

Applies to

See also