NetXP 3.0 Reference

Mapi.Next Method 

Gets the next message in an envelope.

[Visual Basic]
Public Function Next( _
   ByRef env As MailEnvelop _
) As Boolean
[C#]
public bool Next(
   ref MailEnvelop env
);

Parameters

env

Return Value

See Also

Mapi Class | NETXP.Library Namespace