Sets filters for retrieving items from the master system. Parameters not specified are not retrieved to the user’s remote database.
AFTKN_REM_SETITEMSFILTER or 799
VOID RemoteSetRequestItemsFilter( [ENUM FromInbox];
[ENUM FromOutbox];
[ENUM FromPersonalBox];
[ENUM RetrieveMailAndPhone];
[ENUM RetrieveAppointments];
[ENUM RetrieveTasks];
[ENUM RetrieveNotes];
[DWORD MessageSizeLimit];
[DWORD AttachmentSizeLimit];
[DWORD DistributionListSizeLimit];
[WORD DaysPrior];
[WORD DaysAfter];
[ENUM RetrieveDocReferences])
(Optional)
(Optional)
(Optional)
(Optional) Specifies the mail and phone messages to retrieve:
|
7 |
All |
|
0 |
None |
|
280 |
Opened |
|
283 |
Unopened |
(Optional) Specifies the appointments to retrieve:
|
104 |
Accepted |
|
7 |
All |
|
0 |
None |
|
284 |
Unaccepted |
(Optional) Specifies the tasks to retrieve:
|
7 |
All |
|
138 |
Completed |
|
0 |
None |
|
285 |
Uncompleted |
(Optional) Specifies the notes to retrieve:
|
7 |
All |
|
0 |
None |
|
280 |
Opened |
|
283 |
Unopened |
Retrieve message text if less than a specified size in bytes. For example, 30720 (30x1024 or 30 kilobytes). (Optional)
Retrieve attachments if less than a specified size in bytes. For example, 30720 (30x1023 or 30 kilobytes). (Optional)
Retrieve To, CC, and BC text if less than a specified size in bytes. For example, 5120 (5x1024 or 5 kilobytes). (Optional)
Retrieve items no older than a specified number of days prior to the current date. For example, 5. (Optional)
Retrieve items that were received no later than a specified number of days after the current date. For example, 365. (Optional)
(Optional) Specifies the document references to retrieve:
|
7 |
All |
|
0 |
None |