I have been using MAPI Controls for Sending and Recieving mail . But I am facing Problem when i want to CC (Carbon Copy) a mail . i.e i want a mail to be sent to two individuals one as To and other...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10326236.html
Zones:
Visual BasicDate Answered: 06/19/2000 Rating: 6.2 Views: 0
Ive a form with a commandbutton to start email:
Private Sub cmdemail_Click()
If Me.emaila.Value & "" > "" Then
Dim t As String
t = Me.emaila.Value
cmdemail.HyperlinkAddress = "m...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20440718.html
Zones:
MS AccessDate Answered: 01/02/2003 Rating: 6.8 Views: 0
I am trying to configure mutt on HP-UX11i.
First is was picking /opt/aCC/bin/aCC and saying
checking for /opt/aCC/bin/aCC to accept ANSI C.. no
then i changed it to /bin/cc
still it says chec...
http://www.experts-exchange.com/OS/Miscellaneous/Q_20449606.html
Zones:
Misc OSDate Answered: 03/17/2003 Rating: 7.4 Views: 0
I am able to use cdonts to send "to" email from an asp form. Can I use the same form submission to send a CC email as well?
Thanks
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20717886.htm...
Zones:
ASPDate Answered: 08/23/2003 Rating: 9.2 Views: 0
How do I process a cc payment?
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20907235...
Zones:
Cold...Date Answered: 03/18/2004 Rating: 8.8 Views: 0
alex /home/alex/c> more inches.c
/* This program converts 10 feet to inches. */
...
http://www.experts-exchange.com/Programming/Languages/C/Q_20933546.html
Zones:
CDate Answered: 03/26/2004 Rating: 9.4 Views: 0
I just upgraded to Sun One Studio 8 Compiler Colleciton and I can't seem to get vector working. Here is a little test program:
#include <vector>
int main() {
printf ("Just testing t...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_21118209.html
Hi CSS wizards i am having a problem overriding styles applied to a block code.
I have a dyamically generated page that includes a html file with the following content only
<div class="listSt...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_21218469.htm...
Zones:
CSSDate Answered: 02/22/2005 Rating: 8.0 Views: 0
I have a customer who has requested a distribution list with two names. She wants the world to send mail to xxx@company.com and the have the message sent TO joe smith and CC peggy reed. I promise...
http://www.experts-exchange.com/Software/Server_Software/Email_Servers/Exchange/Q_21626187...
Zones:
ExchangeDate Answered: 11/10/2005 Rating: 6.8 Views: 0
Hi Experts,
I am using the following code to successfully send mail to one person but I want to be able to send to a few different people and also to CC someone.
What modifications do i need to ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21817691.html
Zones:
Java,
JavaMailDate Answered: 05/28/2006 Rating: 8.8 Views: 0