The HrEDKParseSubjectPrefix function breaks a subject into its prefix component and its original subject component.
Header file: | MSGEMIT.H |
Library: | MSGEMIT.LIB |
HRESULT HrEDKParseSubjectPrefix(
LPTSTR pszSubject,
LPTSTR * ppszPrefix,
LPTSTR * ppszOrigSub
);
See Return Values.
The prefix includes everything up to and including the first colon and the first space after the colon (if any).