Questions tagged [outlook-2019]

23 questions
1
vote
1 answer

Where is this extra right-hand space in this email coming from? (Outlook on Windows 10)

In the past week, I've started seeing extra space appear in the right-hand side of my emails. It only happens on a Windows desktop, in any version of Microsoft Outlook. Outlook online, mobile, and any non-Windows device don't have the same issue.…
1
vote
0 answers

How to search Outlook 2019 user-defined field "ABC" for value "123" and show all matching contacts (using Powershell)?

QUESTION: I'm using Outlook 2019 (on my local computer, no internet, no 365) in Windows 10. I need to search the user-defined field called "ABC" for value "123" under Powershell. The aim is to: Show the names of all contacts whose user-defined field…
George
  • 121
  • 7
1
vote
1 answer

VSTO send email from custom Form button in Outlook

My goal, the user wants to send a new email, after filling in (.TO, .CC, .Body etc) and clicking on the send button will display a custome Form where the sending options are. One option is to send the email as the user created it (normal send button…
Novice
  • 363
  • 10
  • 32
1
vote
2 answers

Extra Space on Outlook 2019. Right and Left Side

I have an email template. It looks perfect in Gmail (all browsers) and in Web Outlook (all browsers). But in Outlook 2019 extra white space is added from the left and right side. I suppose it is related to the images. When they are locked the blank…
user13837300
1
vote
1 answer

Outlook add-in custom command line switch

I've been developing an outlook add-in using Outlook 2007 since, well, 2007. Today I just upgraded to Outlook 2019 on the dev machine, and ran into an issue. With outlook 2007 I had setup visual studio to debug my add in using the following command…
0
votes
1 answer

How to debug an outlook plugin project from desktop outlook

I have developed an Outlook plugin using the Outlook plugin project in Visual Studio. The plugin works as expected in web Outlook, but when opened in desktop Outlook, the login screen appears initially, but when I try to log in, it just stays on the…
0
votes
1 answer

Outlook 2019 AddIn: Changes at HTMLBody changes parent message instead of response

I want to change the body at reply (also at replyAll and forward), so that the composer already get the modified message. So the SendEvent is not a possible solution. But in the reply event the changes at HTMLBody affects the original message…
Jonny
  • 335
  • 4
  • 15
0
votes
0 answers

Is there a way to alter the settings for the hover feature in outlook?

I use the hover feature in my inbox to read the subject line, however it disappears after 2 or 3 seconds and a lot of times I'm not finished reading it. Is there a way to set the amount of time the hover actually displays the pop up of the subject…
niklas24
  • 219
  • 1
  • 2
  • 9
0
votes
2 answers

Problems with changing sender field and account in emails received from specific account

I have below code which changes sender field and also changes account from which the email is being sent. My account is authorized to send also from this email. Code works well on new emails and also works well replied emails, but does not work well…
0
votes
1 answer

Cannot use Powershell variable to set Outlook HTMLBody property

I seem to be unable to use a Powershell variable to set the HTMLBody property of a new Outlook e-mail message. See below. The only difference is that in the second example, the desired HTML string is stored in a Powershell variable. # this works…
Rno
  • 784
  • 1
  • 6
  • 16
0
votes
0 answers

EMAIL wont Outlook Email using Access form

MS Access 2019 form supplies data to send an email via Outlook 2019. The recipient (email address) will not populate the email "To" box unless it is text, but will not if it is an email. When 'proving the VBA data transfer via msgbox, it will. I…
FreddyBoy
  • 11
  • 1
  • 1
  • 4
0
votes
2 answers

How to give 100% width to anchor tag in conditional comment rendering?

I am working on an outlook email template, I am trying to render this piece of code, especially for outlook Windows app