| Home | All functions | Legacy functions | Categories |
vuPOP3SetUser(*CSTRING InUser),SIGNED,PROC,PASCAL,RAW,NAME('vuPOP3SetUser')
Sets the POP3 user name used by vuMailKit POP3 receive operations.
| Parameter | Data Type | Description |
|---|---|---|
| InUser | *CSTRING | The value to store. |
Returns 0 (this function always returns 0).
ROUTINE:Example ROUTINE
DATA
RC LONG
Value LONG
CODE
Value = 'example'
RC = vuPOP3SetUser(Value)
STOP('RC=' & RC)
| Home | All functions | Legacy functions | Categories |