Search results

  1. T

    Showing Removed Attachments in Thread

    In Lotus Notes, if you replied to an e-mail that had an attachment, it would remove the attachment and insert text indicating the name of the attachment that was removed. For example, the following would appear at the end of the thread: [attachment “Portfolio.doc” deleted by Meaghan/Company]...
  2. T

    Replace Text in Email Subject

    Hello, Diane, following code works great for replacement of prefixes AW:/WG: to Re:/Fwd: in any subject lines of my outgoing emails. Unfortunatelly, in case of new messages/messages without above mentioned prefixes, subject line will be completely removed and emails are sending with blank...
  3. T

    In-line reply style in Outlook II

    Hello Diane, I have tried to include in In-line reply style in Outlook sender´s email address using oItem.senderemailaddress (post #10). It works great with emails received outside of the organization. Unfortunatelly the sender´s email address inside of the organization (we are on Microsoft...
  4. T

    External email warning banner

    Hello Diane, few years ago we were in contact regarding the topic In-line reply style in Outlook. The VBA code works without any problems. Unfortunatelly, my company has started to add the caution banner into incomming e-mails from senders outside of the organization. This causes following...
  5. T

    In-line reply style in Outlook

    Hello everyone, to be able to use In-line reply style, I copied following VBA code into my Outlook (source: Matthijs van de Water - In-line reply style in Outlook Sub ReplyAllPlain() Dim app As New Outlook.Application Dim exp As Outlook.Explorer Set exp = app.ActiveExplorer Dim strID As...
Back
Top