Import-/ExportMapiContacts
Informationen
- Kategorien: Kernel | Schnittstellen | MAPI-Schnittstelle
- Version: 11.1.0.0
- Veröffentlichungsdatum: Mittwoch, 15. Oktober 2008
- Entwickler: Schulze
- Benötigt Datenbankänderung: Nein
- Betreff: MAPI Outlook Kontakte
Beschreibung
ImportMapiContacts() imports contacts from MAPI/Outlook by given contact folder entry id.
for example: var string $Path; var entitylist $Employees; $Path = GetDir( 3, 10, "", 2 ); $Employees = ImportMapiContacts( $Path + "\MapiRecipients.cid", "000000001D5621BBE4FD3A46A044629FF5D2C71F0100FECC2FB12FE725489E333FE1A988326E00000849001D0000" );
ExportMapiContacts() exports entities as contacts into MAPI/Outlook by given contact folder entry id.
for example: var string $Path; var entitylist $Employees; var int $nCount; $Path = GetDir( 3, 10, "", 2 ); $nCount = ExportMapiContacts( $Employees, $Path + "\MapiRecipients.cxd", "000000001D5621BBE4FD3A46A044629FF5D2C71F0100FECC2FB12FE725489E333FE1A988326E00000849001D0000" );