  | EmailCollectionGetRange Method  | 
  
    Namespace: 
   Dynamicweb.EmailMarketing
    Assembly:
   Dynamicweb.EmailMarketing (in Dynamicweb.EmailMarketing.dll) Version: 3.0.2
Syntaxpublic List<Email> GetRange(
	int index,
	int count
)
Public Function GetRange ( 
	index As Integer,
	count As Integer
) As List(Of Email)
Parameters
- index
 - Type: SystemInt32
 - count
 - Type: SystemInt32
 
Return Value
Type: 
ListEmail
See Also