Question : Outlook stationery, multiple BCC recipients, spam filters

I like to design my email marketing campaigns as HTML templates and store them in the Outlook stationery folder. This way, I have full and easy control over the appearance of an email. I then email myself and BCC it to all my clients.  

Trouble is, it's getting caught in my customers' spam filters. I think the main issue is the fact I'm using the BCC since many spam filters will not accept mail where the recipient is not in the TO box.

Short of emailing each one individually, are there any ways around this issue?

Answer : Outlook stationery, multiple BCC recipients, spam filters

Try the code below then use it like this:

Call the exe like this

YourApplication "00000008/0000032" , "SoleCaseTest"
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
Module Module1
    '1. Make sure that "VFileComAPI.exe" has been referenced in the project
    '2. Create an instance of the API
    Dim Visualfiles As New VisualfilesComAPI.Connection
    Sub Main()
       
        Dim args as string() = command.Split(",")
        Dim OpenCaseValue as string = args(1) 
        Dim ConnectTo as string = args(0)

        Dim L_RESULT As String
        Dim L_APICALL As String

        L_APICALL = Visualfiles.Connect(ConnectTo)
        L_RESULT = Visualfiles.OpenCase(OpenCaseValue, "")
        L_APICALL = Visualfiles.Disconnect(False, "")
        Visualfiles = Nothing
    End Sub
End Module
Random Solutions  
 
programming4us programming4us