ChangeEmailAddress
Mon 01 January 2018Syntax
ChangeEmailAddress(Type, Address)
Description
Use the ChangeEmailAddress function to change the type of an email address that you've already added for the current user. You can only have one email address of a specific type for a user. If you try to use a type that already has an email address associated with it, you receive an error.
Parameters
Field or Control |
Definition |
---|---|
Type |
Specify the type that you want to change the email address to. This parameter takes a string value. The valid values are: |
Value |
Description |
---|---|
BB |
Blackberry email address |
BUS |
Business email address |
HOME |
Home email address |
OTH |
Other email address |
WORK |
Work email address |
Field or Control |
Definition |
---|---|
Address |
Specify the email address that you want to add as a string. |
Returns
None.