Provides access to envelopes.
Members
| Name | Description | |
|---|---|---|
![]() |
Count | The number of envelopes contained. |
![]() |
Next | Gets next envelope. |
![]() |
QueryNext | Gets next envelope. |
![]() |
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 |
|---|

