Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.1 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996.
  5. //
  6. // File: NNTPProp.hxx
  7. //
  8. // Contents: Definitions of NNTP-specific properties
  9. //
  10. // History: 29-Aug-96 KyleP Created
  11. //
  12. //----------------------------------------------------------------------------
  13. #pragma once
  14. #define NNTPGuid { 0xAA568EEC, 0xE0E5, 0x11CF, 0x8F, 0xDA, 0x00, 0xAA, 0x00, 0xA1, 0x4F, 0x93 }
  15. GUID const guidNNTP = NNTPGuid;
  16. PROPID const propidNewsGroup = 2;
  17. PROPID const propidNewsGroups = 3;
  18. PROPID const propidNewsReferences = 4;
  19. PROPID const propidNewsSubject = 5;
  20. PROPID const propidNewsFrom = 6;
  21. PROPID const propidNewsMsgid = 7;
  22. PROPID const propidNewsDate = 12;
  23. PROPID const propidNewsReceivedDate = 53;
  24. PROPID const propidNewsArticleid = 60;
  25. //
  26. // These properties have strings for propids
  27. //
  28. #define propRfc822MsgCc L"cc"
  29. #define propRfc822MsgBcc L"bcc"
  30. #define propRfc822MsgTo L"to"