The MailItem.SenderEmailAddress and MailItem.To fields are coming through as null unless I run Outlook at admin. How can I get the sender's email address and t
As you know Microsoft Exchange Server uses a proprietary protocol called MAPI. Is that possible to read emails from the Ms exchange with that protocol in PHP. I
Sorry for bothering you - but maybe somebody can help me here!? We are creating an Outlook 2013 VSTO Add-In to manage Corporate Signatures centrally and publis
I have code to track changes in the Category of emails in a Public (Shared) Folder. I have set up the code to be able to switch it "on/off", and this code is in
I was wondering if its possible to create a powershell script to log into a specific outlook mail box and than add the script to the scheduled task so that no u
I'm working in Visual Studio 2012 to build a relatively simple add-in for Outlook 2010. Machines are Win 7 Enterprise 32 and 64. The purpose of the add-in is
By default, my MS Outlook 2013 is set NOT to download images in received HTML e-mail messages. I would like to keep this setting. There are some senders whose
My problem began a few days ago as I tried setting up an email campaign for my users, it kept going into spam! After posting my email on email-tester.com, I rea
I am trying to extract the email address from each individual undeliverables email body. The email body would be like: ----------------------------Email-------
I'm building e-commerce website that will sell all kind of items, what is the best way to send emails to clients? Our selling department will send a lot of em
I am facing some problems trying to get the sent message from an Outlook plugin. In onItemSend event, I open a dialog where it shows some fields, with message
I'm trying to send an email from my website. this is my code: public string SendEmail() { string sMessage; SmtpClient smtpClient = new SmtpClient(
I need to find out, what type of character set it is, if I save an email from outlook 2010 in non-unicode format. At saving you can choose between .msg file and
Intent intent = new Intent(Intent.ACTION_SEND); intent.setType("text/html"); intent.putExtra(Intent.EXTRA_EMAIL, "[email protected]"); intent.putExt
Given the name of a slack channel, is there a way to retrieve a list of emails of all the members in that channel? I tried looking in the slack api docs but cou
I have using CakeEmail to send email but when I send Html and text email then the email show the attachment icon in the outlook . I found that it is because o
I am planning on parsing an outlook .msg file in Java - the message body will be a number of tables which I need to process - as such I was wo
I have using CakeEmail to send email but when I send Html and text email then the email show the attachment icon in the outlook . I found that it is because o
All the mails sent from a Contact Form 7 form are being marked by gmail as spam. A hint: I looked at the option "Show Original" and I found stuff like this:
I create a registation app, where users can register providing a username, email and a password. What I did is make sure that the email field is unique(as you c