Skip to content

IEnumEnvelope Interface

Provides access to envelopes.

Members

Name Description
Read-only property Count The number of envelopes contained.
Method Next Gets next envelope.
Method QueryNext Gets next envelope.
Method Reset Resets the enumerator.

IEnumEnvelope.Count Property

The number of envelopes contained.

Public ReadOnly Property Count As Integer
public int Count {get;}

IEnumEnvelope.Next Method

Gets next envelope.

Public Function Next ( _
) As IEnvelope
public IEnvelope Next (
);

IEnumEnvelope.QueryNext Method

Gets next envelope.

Public Sub QueryNext ( _
    ByVal pEnvelope As IEnvelope _
)
public void QueryNext (
    IEnvelope pEnvelope
);

IEnumEnvelope.Reset Method

Resets the enumerator.

Public Sub Reset ( _
)
public void Reset (
);

Classes that implement IEnumEnvelope

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.