mapiguid.php 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?php
  2. /*
  3. * Copyright 2005 - 2016 Zarafa and its licensors
  4. *
  5. * This program is free software: you can redistribute it and/or modify
  6. * it under the terms of the GNU Affero General Public License, version 3,
  7. * as published by the Free Software Foundation.
  8. *
  9. * This program is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. * GNU Affero General Public License for more details.
  13. *
  14. * You should have received a copy of the GNU Affero General Public License
  15. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  16. *
  17. */
  18. ?>
  19. <?php
  20. define('IID_IStream', makeguid("{0000000c-0000-0000-c000-000000000046}"));
  21. define('IID_IMAPITable', makeguid("{00020301-0000-0000-c000-000000000046}"));
  22. define('IID_IMessage', makeguid("{00020307-0000-0000-c000-000000000046}"));
  23. define('IID_IExchangeExportChanges', makeguid("{a3ea9cc0-d1b2-11cd-80fc-00aa004bba0b}"));
  24. define('IID_IExchangeImportContentsChanges', makeguid("{f75abfa0-d0e0-11cd-80fc-00aa004bba0b}"));
  25. define('IID_IExchangeImportHierarchyChanges', makeguid("{85a66cf0-d0e0-11cd-80fc-00aa004bba0b}"));
  26. define('PSETID_Appointment', makeguid("{00062002-0000-0000-C000-000000000046}"));
  27. define('PSETID_Task', makeguid("{00062003-0000-0000-C000-000000000046}"));
  28. define('PSETID_Address', makeguid("{00062004-0000-0000-C000-000000000046}"));
  29. define('PSETID_Common', makeguid("{00062008-0000-0000-C000-000000000046}"));
  30. define('PSETID_Log', makeguid("{0006200A-0000-0000-C000-000000000046}"));
  31. define('PSETID_Note', makeguid("{0006200E-0000-0000-C000-000000000046}"));
  32. define('PSETID_Meeting', makeguid("{6ED8DA90-450B-101B-98DA-00AA003F1305}"));
  33. define('PSETID_Archive', makeguid("{72E98EBC-57D2-4AB5-B0AA-D50A7B531CB9}"));
  34. define('PS_MAPI', makeguid("{00020328-0000-0000-C000-000000000046}"));
  35. define('PS_PUBLIC_STRINGS', makeguid("{00020329-0000-0000-C000-000000000046}"));
  36. define('PS_INTERNET_HEADERS', makeguid("{00020386-0000-0000-c000-000000000046}"));
  37. define('MUIDECSAB', makeguid("{50A921AC-D340-48ee-B319-FBA753304425}"));
  38. // Kopano Contact Provider GUIDs
  39. define('MUIDZCSAB', makeguid("{30047F72-92E3-DA4F-B86A-E52A7FE46571}"));
  40. ?>