#ifndef _MAILFROMGUI_H_
#define _MAILFROMGUI_H_

#include <windows.h>
#include <stdbool.h>

void mailFromGui(HMODULE hInstance, int nCmdShow);

extern bool isSendSelected;
extern bool isCCSelected;
extern char* emailFrom;


#endif
