Questions tagged as 'outlook'

2
answers

How to display the company logo icon in the outlook message box

I have an email trigger code using Zend. $mailTransport = new Zend_Mail_Transport_Smtp($this->smtp_host, $config); $mail = new Zend_Mail('UTF-8'); $mail->setFrom($from['email'], $from['name']); $mail->addTo($to); $mail->setSubject...
asked by 23.06.2017 / 20:26
0
answers

c # outlook SendEventHandler opening object only once

In my application I use SendEventHandler from Outlook to capture the click on the "Send" button of the email in outlook and open a screen for the observation of the email that was sent. I have the main class where I generate the emails: pub...
asked by 24.02.2017 / 22:51
0
answers

Change Outlook signature via VBA [closed]

How to change Outlook signature via VBA depending on a particular situation ... In my Outlook I have 2 pre-defined signatures (Internal and External) I already have a Script that identifies when the email is External or Internal Basic s...
asked by 04.05.2016 / 19:12
1
answer

Problems with HTML images sent to email

I ran several tests using an image with absolute path. Inside the intranet works perfectly, but in extranet (GMAIL / OUTLOOK) it does not work at all. Can anyone help?     
asked by 12.05.2016 / 04:22
1
answer

Send email through outlook

I'm trying to send mail using Outlook, through Delphi7, I've used this Documentation: Command-line switches to open outlook with message parameter passing, conforms below: var para,assunto,mensagem : string; begin para := '[email protected]...
asked by 20.03.2017 / 12:39
0
answers

How to get "x_" from Html tags in outlook with ASPNET

I have the following problem when sending an email with my application, at the time of opening the email, the Outlook provider modifies the template tags by placing the "x _" at the beginning of the name and id attributes of the tag. Hom...
asked by 25.07.2018 / 21:30
1
answer

File in MSG Format - Outlook Signature

I have a file in msg format, if I click on it twice it opens in outlook with a configured signature. But it does contain images, does anyone know how I can edit the location that loads the images in this file? because I have to put them online o...
asked by 23.03.2016 / 21:40
0
answers

Select a different domain in the outlook box (not another specific email) to send an email from an excel file

What is the VBA code that I should use to select an email from a different Outlook account from an Excel? That is, I need to configure for a team of 30 people that the excel file I created recognizes the email they use to talk to clients, not...
asked by 06.12.2018 / 13:16
0
answers

Macro to print PDF and delete in Outlook 2016

I'm working on a macro to print all emails received in PDF but it's not working, I do not know if it's the version of my adobe that is the latest one. Does anyone have any ideas? This script Public Sub PrintAttachments() Dim Inbox As MAP...
asked by 04.12.2018 / 17:19
1
answer

Rename attachments before saving

Gentlemen, I have the following problem. Every Monday, I receive a system of 12 emails, which are: SIXTH: MIPS_1 MIPS_2 MIPS_3 MIPS_4 SATURDAY: MIPS_1 MIPS_2 MIPS_3 MIPS_4 SUNDAY: MIPS_1 MIPS_2 MIPS_3 MIPS_...
asked by 23.10.2018 / 15:04