Results 1 to 4 of 4

Thread: Mapi Cc

  1. #1

    Thread Starter
    Lively Member rabhen's Avatar
    Join Date
    Dec 2001
    Location
    Derby, Derbyshire, UK
    Posts
    79

    Question Mapi Cc

    Hi there,
    Does anyone know of a way of putting a CC on a Mapi Message from VB.. i have an idea how i could do it but it involves bodging and fudging the program to make it work.. is there a quicker and easier way?

    TIA

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    Put this inside your code
    VB Code:
    1. Dim objOutlookRecip As Outlook.Recipient
    2.  
    3. Set objOutlookRecip = .Recipients.Add("an other person")
    4.         objOutlookRecip.Type = olCC

  3. #3

    Thread Starter
    Lively Member rabhen's Avatar
    Join Date
    Dec 2001
    Location
    Derby, Derbyshire, UK
    Posts
    79
    Thanks Hack,
    works a treat!

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    You can also use olBCC to send a Blind Copy.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width