Most voted "outlook" questions
24 questions
Sort by count of
-
4
votes0
answers197
viewsc# outlook Sendeventhandler opening object only once
In my application I use Outlook Sendeventhandler to capture the click on the "Send" button of the email in outlook and open a screen to register observation regarding the email that was sent. I have…
-
4
votes2
answers1072
viewsHow to make the business logo icon appear in 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'],…
-
2
votes1
answer644
viewsProblems with HTML images sent to email
I did several tests using an image with absolute path. Inside the intranet works perfectly, but in the extranet (GMAIL/OUTLOOK) does not work at all. Someone can help?
-
1
votes1
answer68
viewsMSG Format File - Outlook Signature
I have a file in msg format, if I click on it twice it opens in outlook with a configured signature. However it contains images, does anyone know how to edit the location that loads the images in…
-
1
votes1
answer617
viewsSend email through outlook
I am trying to send e-mail using outlook, through Delphi7, I used this Documentation: Command-line switches to open the outlook with message parameter passing, conforms below: var…
-
1
votes0
answers43
viewsUse EWS API with C#Reflection
I am trying to use the EWS API in SSIS Script Task, but the server does not have the corresponding dll: Microsoft.Exchange.WebServices.dll So using Reflection is the only solution I found, the dll…
-
1
votes0
answers37
viewsHow to take "x_" from Html tags in outlook with ASPNET
I am having 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 putting the "x_" at the beginning of…
-
1
votes0
answers185
viewsHow to Subscribe to Email by Excel?
I have a code to copy the page from Excel, but I can’t put my signature. Sub Send_Range_Or_Whole_Worksheet_with_MailEnvelope_SI() 'Working in Excel 2002-2016 Dim AWorksheet As Worksheet Dim Sendrng…
-
1
votes0
answers37
viewsHow to copy current email texts in Outlook to cells in Excel using VBA?
Good afternoon to you all. I want to create a macro in Excel that copies specific data from a selected email in Outlook, pasting them into respective columns of a spreadsheet, creating a database.…
-
0
votes0
answers1033
viewsSending email (outlook) with javascript
I found a code that makes the outlook open, but when I insert it into my code it does not work. BELOW THE CODE I FOUND <!DOCTYPE html> <html> <head> <title></title>…
-
0
votes0
answers293
viewsError sending email in gmail with Phpmailer
I used this code for a long time and it worked very well until now it simply doesn’t work anymore, neither with outlook nor with gmail. <?php if($_SERVER['REQUEST_METHOD'] == 'POST' and…
-
0
votes0
answers92
viewsSending html and php email problems ( via outlook), limiting message
I have a qto problem sending emails via php and Html, have a button that opens the outlook already with the email fields, subject and cc filled, in the body of the email comes already filled tbem…
-
0
votes1
answer347
viewsError at runtime. Failure in attempted VBA Outlook operation
I created a macro to run a routine in outlook. The code works perfectly on a PC, but when I replicate the code to another macro I get the following message: Runtime error '-2147221233(8004010f)…
-
0
votes0
answers214
viewsHow to insert a signature in outlook via c#
Hello, I am trying to add a signature to an object that sends email, I am able to do everything but the subscription... Follow the Code, any light will be welcome. OutLook._Application outlookObj =…
-
0
votes1
answer209
viewsHow to send formatted HTML message to outlook via Form
I am having a small problem, I am trying to send via Outlook an email from a Send via Form, however when it goes to Outlook appears all messed up: "comment=ção são é é". <form…
-
0
votes1
answer151
viewsRename attachments before saving
Gentlemen, I have the following problem. Every Monday, I receive from a system 12 emails, being them: SIXTH: MIPS_1 MIPS_2 MIPS_3 MIPS_4 SATURDAY: MIPS_1 MIPS_2 MIPS_3 MIPS_4 DOMINGO: MIPS_1 MIPS_2…
-
0
votes1
answer726
viewsVba: How to align left a selection of cells sent in outlook as html?
I will delete parts of the code to facilitate viewing the problem: Dim objSelection As Excel.Range Dim objTempWorkbook As Excel.Workbook Dim objTempWorksheet As Excel.Worksheet Dim strTempHTMLFile…
-
0
votes0
answers95
viewsInsert line breaks into HTML for Outlook
Good night. I have a routine that sends emails to users with a simple text, but in outlook it does not recognize line breaks, making reading practically impractical. The line breaking is done by a…
-
0
votes1
answer310
viewsPhpmailer image does not appear in Outlook
Good afternoon, everyone, I made a system that sends emails via Phpmailer from a client table in Mysql. So far so good, works perfectly. The problem occurs when I receive this email in MS Outlook…
-
0
votes2
answers127
viewsDifficulty in identifying min value and sending selected Cells by email. VBA
I’m trying to do a macro where I can identify if there’s a due date in the column L which expires within a month, and if any, launch a msgbox and send an e-mail via Outlook pasting the entire table…
-
0
votes0
answers30
viewsMy images in my HTML email are not showing
This problem is only happening in Outlook Webclient.com. I am creating an HTML for an email and some images are not trimming, actually the src attribute is being replaced by a transparent 1x1px…
-
0
votes1
answer31
viewsCreating email with text and HTML does not work | Email spacing
I’m having difficulty creating an email on pandas that will send a text and an HTML. Dear, Sending test; • Over the phones: XXXXXX - XXXXXXXXX • TEST Rejected (s): HERE COMES AN HTML TABLE THAT…
-
-1
votes1
answer63
viewsVBA Outlook - Operation Failed
I made a macro in Outlook 2016 that runs as soon as a new email arrives. But sometimes the screen appears below at the time the email arrives: And if I ask the person to send a new email exactly…
-
-2
votes1
answer63
viewsMacro does not send emails
My macro does not send emails... it has the following options, open Outlook and do not send email, or send... but it just opens and does not send.. **' VERIFICAR SE DEVE ENVIAR OU APENAS EXIBIR O…