473,408 Members | 1,858 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

Outlook Redemption not working ...

Hello all,
I am trying to make a program which sends emails without intervenience of
the user. It works fine except the Outlook always displays two warnings
with each email it is going t send : 1) That a "program tries to get access
to the emailadresses in the contactlist - and wether I want to allow this"
and 2) That a program is trying to send emails on my behalf - and wether I
want to allow this.
I tried to work around this by using Outlook Redemption, but I think this
goes a little beyond my skills as a programmer.
My question thus is : Does anyone have an example - or old code - he wants
to share, so I can see how it works and adapt it to my needs ?
Any help very much appreciated ..
Thanks
Ronny Sigo
Nov 12 '05 #1
3 5825
Hello Chuck;
Thanks for reacting, but sending the mails to the drafts folder won't do the
job, since I am talking about 200-300 emails. I really want it to send the
mails intervenience of the user, 'cause I don't want him to click 300 times
or so ....

"Chuck Grimsby" <c.*******@worldnet.att.net.invalid> wrote in message
news:58********************************@4ax.com...

Personally, I've never used the Redemption package, so I can't help
you there, but for a "quick fix" / work-around to avoid the Outlook
warnings, rather then using the user's "Inbox" to send the EMails,
send the mail to the User's "Drafts" folder.

The user will have to send the emails themselves (by clicking on
Send), but it avoids that stupid message/warning and it's even more
stupid 5 second wait.

On Sun, 2 Nov 2003 11:05:50 +0100, "Ronny Sigo"
<ro********@example.invalid> wrote:
I am trying to make a program which sends emails without intervenience of
the user. It works fine except the Outlook always displays two warnings
with each email it is going t send : 1) That a "program tries to get accessto the emailadresses in the contactlist - and wether I want to allow this"and 2) That a program is trying to send emails on my behalf - and wether Iwant to allow this.
I tried to work around this by using Outlook Redemption, but I think this
goes a little beyond my skills as a programmer.
My question thus is : Does anyone have an example - or old code - he wantsto share, so I can see how it works and adapt it to my needs ?
Any help very much appreciated ..

--
Freedom Defined Is Freedom Denied. - The Illuminatus

Nov 12 '05 #2
As a matter of interest Chuck, why would you avoid Redemption (the software
product, as opposed to the religious salvation!)

Mike

"Chuck Grimsby" <c.*******@worldnet.att.net.invalid> wrote in message
news:58********************************@4ax.com...

Personally, I've never used the Redemption package, so I can't help
you there, but for a "quick fix" / work-around to avoid the Outlook
warnings, rather then using the user's "Inbox" to send the EMails,
send the mail to the User's "Drafts" folder.

The user will have to send the emails themselves (by clicking on
Send), but it avoids that stupid message/warning and it's even more
stupid 5 second wait.

On Sun, 2 Nov 2003 11:05:50 +0100, "Ronny Sigo"
<ro********@example.invalid> wrote:
I am trying to make a program which sends emails without intervenience of
the user. It works fine except the Outlook always displays two warnings
with each email it is going t send : 1) That a "program tries to get accessto the emailadresses in the contactlist - and wether I want to allow this"and 2) That a program is trying to send emails on my behalf - and wether Iwant to allow this.
I tried to work around this by using Outlook Redemption, but I think this
goes a little beyond my skills as a programmer.
My question thus is : Does anyone have an example - or old code - he wantsto share, so I can see how it works and adapt it to my needs ?
Any help very much appreciated ..

--
Freedom Defined Is Freedom Denied. - The Illuminatus

Nov 12 '05 #3
"Ronny Sigo" <ro********@example.invalid> wrote in message news:<3f**********************@reader0.news.skynet .be>...

Set SafeItem = CreateObject("redemption.safemailitem")
Set oItem = oApp.CreateItem(0)
SafeItem.Item = oItem
Set myRecipient = SafeItem.Recipients.Add("Jo**@Invalid.Com)
myRecipient.Type = 1 'To-reciever, not CC-reciever"
SafeItem.Subject = sMailSubject
SafeItem.Body = sMailBody
SafeItem.Send
Nov 12 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Purnachender Mamindla | last post by:
How can i get the senders email id using mapi control library in c#?
7
by: Anushya | last post by:
Hi How to get the id of a name in contact items in outlook. How to do it thru redemption in .net?? i tried the code below. but it shows the error. pls have a look at the code ...
0
by: Anushya | last post by:
Hi Sorry for disturbing again and again. i need all the from, to, cc in terms of id and not Name. But when i try to access from/to/CC of mailitem(Both thru Outlook and Redemption), i get...
4
by: John | last post by:
Hi Does anyone have a vb.net example of how to use redemption to send mail through outlook? Many Thanks Regards
9
by: John | last post by:
Hi Is it possible to write vb.net code around outlook 2000 dlls and then use the code on ol2002 machines to send emails and bypass ol 2002 email block? Thanks Regards
8
by: John | last post by:
Hi I am using the latest redemption. I am using the below code in vb.net to send mail in html format. The problem is that text does not get sent as html and html tags appear as they are in the...
2
by: Pieter | last post by:
Hi, I'm using a thight integration with Outlook 2003 (with an Exchange server) in my VB.NET (2005) application. Until now I'm using the Outlook Object Model, but it appears to be very slow, and...
6
by: AMP | last post by:
I am trying to write a windows sevice that will send emails. The data is stored in a database and the service scans the database for new entries It work well as a stardard windows app, but when...
6
by: =?Utf-8?B?UmljaA==?= | last post by:
How to suppress the Outlook 2003 security prompts from VB2005. When I tried to look at the body of a message or any other part of an outlook mailItem -- I get these annoying security prompts. I...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.