POPGetMails Function | |
Namespace:
VOInternetClasses
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.21
Syntax FUNCTION POPGetMails(
cServerIP AS STRING,
cUser AS STRING,
cPassW AS STRING,
lDelete AS LOGIC
) AS ARRAY
public static Array POPGetMails(
string cServerIP,
string cUser,
string cPassW,
bool lDelete
)
Request Example
View SourceParameters
- cServerIP
- Type: String
- cUser
- Type: String
- cPassW
- Type: String
- lDelete
- Type: Logic
Return Value
Type:
ArraySee Also