HrEDKParseSubjectPrefix

The HrEDKParseSubjectPrefix function breaks a subject into its prefix component and its original subject component.

Quick Info

Header file: MSGEMIT.H
Library: MSGEMIT.LIB

HRESULT HrEDKParseSubjectPrefix(
  LPTSTR pszSubject,    
  LPTSTR * ppszPrefix,  
  LPTSTR * ppszOrigSub  
);
 

Parameters

pszSubject
Input parameter. Points to the subject text.
ppszPrefix
Output parameter. Points to a pointer to the subject prefix.
ppszOrigSub
Output parameter. Points to a pointer to the original subject text.

Return Values

See Return Values.

Remarks

The prefix includes everything up to and including the first colon and the first space after the colon (if any).