How to get control of outlook email body of newly creating mail dynamically in c# -


i creating addin. want control of email body in c# write on body part can send through server side.

this want :

outlook.application application = globals.thisaddin.application;

outlook.inspector inspector = application.activeinspector();

outlook.mailitem mymailitem = (outlook.mailitem)inspector.currentitem;

string subjectemail = mymailitem.subject;

string bodyemail = mymailitem.body;


Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -