Search results

  1. F

    Outlook 2016 Email with attachments not being received

    Issue resolved. The problem was a corrupted Word Document that looked fine. It also converted to PDF fine. What I did was open the .docx file and save it as .rtf. Then I opened the .rtf file and saved it as a new .docx file. Some formatting was messed up, but it converted to .PDF fine and...
  2. F

    Outlook 2016 Email with attachments not being received

    Okay, I found out that if I attach the file as a .docx it goes through with no problem. But if I convert it to .pdf it does not go through. Totally baffled at this point.
  3. F

    Outlook 2016 Email with attachments not being received

    I am not sure anyone can help with this, but I thought I would ask. I use outlook on my desktop to send a Veteran Newsletter (.pdf attachment) to 350 folks each quarter. This has worked for many years. I am using Comcast.net. As of Sept 30, 2022, I can send the email with attachments and no...
  4. F

    Outlook 365 No scroll bars in Contact

    Yes, I select a contact to edit, the screen opens and if I want to edit the address I cannot see it or tab to it. It is as if the screen is locked to a size that will not permit viewing all the fields, even if I make it full-scree. However, if I change the Show Ribbon option to Full-Screen mode...
  5. F

    Outlook 365 No scroll bars in Contact

    I just updated Windows 10 to 21H2. I am running the latest version of Office 365 When I click on Contacts in LIST mode and select a contact to edit there are no scroll bars (vertical or horizontal) to scroll through the fields. Does anyone else have this problem?
  6. F

    Moving Outlook to new PC

    I currently have Office 365 desktop on a Lenovo PC. I am replacing this PC with one I just built. The new build has Windows 10 pro and Office 385 loaded. I know want to take my existing Outlook (POP3) with all the data including VBA code and move it to the new build. I can extract the VBA...
  7. F

    cannot view emails in View pane (in the right pane), I only see one line or nothing

    Thanks for this update. I thought I was going crazy!
  8. F

    cannot view emails in View pane (in the right pane), I only see one line or nothing

    I too installed the latest Office 365 desktop updates today along with windows 10 patch Tuesday updates. Now my email is not showing anything in the reading pane. I did a complete repair of Office 365 and it is still not working.
  9. F

    Junk Email does not get added to the Blocked Sender List

    Thank you for suggesting clearing the browser cache. That fixed the problem.
  10. F

    Junk Email does not get added to the Blocked Sender List

    Yes, I have two email accounts. Neither one will add junk addresses to the Block Sender list. I will try clearing the browser cache to see if that helps. Thanks
  11. F

    Junk Email does not get added to the Blocked Sender List

    Junk Email does not get added to the Blocked Sender List when I select an email and then select Block Sender. I must copy the email address and then add the item to the Block Sender List manually. I have Office 365 on Windows 10. I have tried to repair Outlook and it did not help. I have also...
  12. F

    Outlook 2016 call to Stop Timer Event

    Thanks again for your help. This is the code I came up with. It compiled and I will try it later to see if it works. 'Loop through all Draft Items lstNumber = Drafts.Count - 97 If lstNumber < 1 Then lstNumber = 1 End If For lDraftCount = Drafts.Count To lstNumber Step -1 Set...
  13. F

    Outlook 2016 call to Stop Timer Event

    Thank you for your reply Michael. But the number to send varies so that will not work. However, I was thinking maybe I could use something like an IF statement: 'Loop through all Draft Items lstNumber = Drafts.Count - 97 If lstNumber < 1 Then lstNumber = 1 End If For lDraftCount =...
  14. F

    Outlook 2016 call to Stop Timer Event

    I have VBA code in Access that sends email with attachments to about 500 veterans. My ISP has a limit of 100 email being sent at one time. My code creates all the email and then uses MyMail.Save which puts all the email into the Outlook 2016 Draft Folder. The code below starts a timer event...
  15. F

    Outlook 2016 bulk email from access

    Hi Mike, Thank you so much for your solution. I guess it is easy when you know what you are doing :) Your solution will do the trick and it so simple. Thank you again
  16. F

    Outlook 2016 bulk email from access

    I have VBA code in Access that sends email with attachments to about 500 veterans. My ISP has a limit of 100 email being sent at one time. My code creates all the email and then uses MyMail.Send which puts all the email into the Outbox. I want to have all the email go to say the Draft folder...
Back
Top