NSFNoteHasRFC822Text
Function : MIME
NSFNoteHasRFC822Text - Check to see if the given note has any items of TYPE_RFC822_TEXT.
#include <nsfnote.h>
BOOL LNPUBLIC NSFNoteHasRFC822Text(
NOTEHANDLE hNote);
The function NSFNoteHasRFC822Text returns TRUE if the given note contains any TYPE_RFC822_TEXT items.
Parameters : Input : hNote - a handle to an open note.
Output : (routine) - TRUE if the given note has any TYPE_RFC822_TEXT items, FALSE otherwise.
Sample Usage :
BOOL bHasRFC822Text;
bHasRFC822Text = NSFNoteHasRFC822Text(hNote);