Recent content by kavihasya

  1. K

    Delay Send and Mail Merge

    Oh, but I'm also noticing that this will impact everything that I send! How do I get it to only impact selected messages in my outbox? Oh, but I'm also noticing that this will impact everything. I only want this to apply to specific messages I select. Not everything. How do I specify?
  2. K

    Delay Send and Mail Merge

    Uh, most of it is checking the time of day? Is this what you are thinking of? Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean) SendDate = InputBox("Enter date to send") SendAt = SendDate + #7:00:00 PM# Item.DeferredDeliveryTime = SendAt End Sub
  3. K

    Delay Send and Mail Merge

    Looking for a macro that will solve all my problems. I support a program that runs numerous events, at the end of which an email needs to be sent inviting the recipient to fill out a survey. I obviously don't want to send these emails out before the event has taken place. I would prefer to...
Back
Top