Recent content by Nous1970

  1. N

    Add signature to Email body

    Well whattayouknow.... I totaly missed that one. That one works indeed. Nice workaround It only does not pick up on the .SentOnBehalfOfName Any ideas?
  2. N

    Add signature to Email body

    I created a whole new module again, still no luck. Again, I think it is something in outlook. Thank you again.
  3. N

    Add signature to Email body

    Still same issue of not able to display picture. I have a feeling it is an outlook security issue. Just can't figure it out. Thanks for the help though, it is much appreciated..
  4. N

    Add signature to Email body

    Hello Arnelgp Thank you for this code. I tried this already with the same result I do have a question about your code. 'Change only Mysig.htm to the name of your signature SigString = "Mysig.htm" If Dir(SigString) <> "" Then If you place only the name it will not find the "Dir", or...
  5. N

    Add signature to Email body

    Hello @The_Doc_Man Thank you for the clarification THis is not so much about the digital signature. I just want to add the outlook signature to the end of the mail when I send it to Outlook. And this works fine except it is not displaying the signature. I assume it is a safety future, but I...
  6. N

    Add signature to Email body

    The email signature is the signature from outlook. In the sample code from arnelgp it uses the standard outlook signatures. And in the second file it even shows it in a display. All works fine except that when the email opens it doesn't display the image. Also when it is send the picture is not...
  7. N

    Add signature to Email body

    jpg
  8. N

    Add signature to Email body

    I know this is an old threat, however I can't seem to get it to work. In the preview I do get to see the image (So it seems to work so far), however it does not show up in outlook :-(
  9. N

    Outlook Appointment not sending

    Thanks for the help @Gasman
  10. N

    Outlook Appointment not sending

    I figured out where I went wrong, and it was actually very simple :-) I only had to change the meeting status. .MeetingStatus = olNonMeeting to .MeetingStatus = olMeeting and everything worked perfect now :-) Thanks to your code, I noticed where I went wrong. (y)(y)
  11. N

    Outlook Appointment not sending

    Still not the desired result :-(
  12. N

    Outlook Appointment not sending

    Yes the subj is global Thanks for the effort. 👊
  13. N

    Outlook Appointment not sending

    Yes I have option explicit set Option Compare Database Option Explicit The saving is not the issue. The appointment gets into outlook. Also the email address is in the appointment. The only thing it doesn't do is the send part. When I open the appointment and click on the scheduling...
  14. N

    Outlook Appointment not sending

    No worries. Thank you for looking at it. The .save is in the with statement. I moved the .send out of the with statement as a last try to make it work. But so far no luck 😕
  15. N

    Outlook Appointment not sending

    Yes that I have in a different function. That works fine.
Top Bottom