RecipientInfoEnumerator Class

Definition

The RecipientInfoEnumerator class provides enumeration functionality for the RecipientInfoCollection collection. RecipientInfoEnumerator implements the IEnumerator interface.

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

Properties

Current

The Current property retrieves the current RecipientInfo object from the RecipientInfoCollection 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 RecipientInfo object in the RecipientInfoCollection collection.

Reset()

The Reset() method resets the enumeration to the first RecipientInfo object in the RecipientInfoCollection 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 RecipientInfo object from the RecipientInfoCollection collection.

Applies to