The GetContactImportProgress method determines the import status of a previously started contact import. Returns either Finished, NotFinished, RejectedByWatchdog or InvalidFileFormat. There is the possibility of an "Unknown" status if something went wrong internally in dotMailer.
To be used in conjunction with AddContactsToAddressBookWithProgress.
Parameters
| username |
string |
This is the username from your API key. It is in the format of an email address and will look similar to apiuser‑908709770324@apiconnector.com |
required |
| password |
string |
This is the password from your API key. |
required |
| progressID |
guid |
This is a GUID which is returned to you when you call AddContactsToAddressBookWithProgress. |
required |
Return values
| result |
|
Finished or NotFinished or RejectedByWatchdog or InvalidFileFormat or Unknown |