| EmailCollectionGetRange Method |
Namespace:
Dynamicweb.EmailMarketing
Assembly:
Dynamicweb.EmailMarketing (in Dynamicweb.EmailMarketing.dll) Version: 3.0.2
Syntax public 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:
ListEmailSee Also