A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Outlook » Fax
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

sending fax with dotnet



 
 
Thread Tools Display Modes
  #1  
Old June 22nd, 2004, 11:49 AM
Emmanuel Guillot
external usenet poster
 
Posts: n/a
Default sending fax with dotnet

hello i want to send a fax with dotnet c# or delphi later

for a email my code is :

Outlook.ApplicationClass app = new Outlook.ApplicationClass();
Outlook.MailItemClass mi =
(Outlook.MailItemClass)app.CreateItem(Outlook.OlIt emType.olMailItem);
mi.Recipients.Add("myemail");
mi.Subject = "essai";
mi.Display(new object());

how doing for sending a fax ?! (symantec fax starter edition and outlook
2000)
thanks manu.


  #2  
Old June 22nd, 2004, 12:17 PM
Russ Valentine [MVP-Outlook]
external usenet poster
 
Posts: n/a
Default sending fax with dotnet

AFAIK, WinFax SE cannot be accessed programmatically.
--
Russ Valentine
[MVP-Outlook]
"Emmanuel Guillot" wrote in message
...
hello i want to send a fax with dotnet c# or delphi later

for a email my code is :

Outlook.ApplicationClass app = new Outlook.ApplicationClass();
Outlook.MailItemClass mi =
(Outlook.MailItemClass)app.CreateItem(Outlook.OlIt emType.olMailItem);
mi.Recipients.Add("myemail");
mi.Subject = "essai";
mi.Display(new object());

how doing for sending a fax ?! (symantec fax starter edition and outlook
2000)
thanks manu.




  #3  
Old June 22nd, 2004, 01:46 PM
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: n/a
Default sending fax with dotnet

Correct. WinFax SE does not expose an object model or an API. WinFax Pro
does but not SE.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Russ Valentine [MVP-Outlook]" wrote in message
...
AFAIK, WinFax SE cannot be accessed programmatically.
--
Russ Valentine
[MVP-Outlook]



  #4  
Old June 22nd, 2004, 03:34 PM
Emmanuel Guillot
external usenet poster
 
Posts: n/a
Default sending fax with dotnet

thanks for your responses

In your opinion ther is no way to send parameter to outlook
like the account for example that can root on the Winfax SE ?

Because when i look the message fax there is just the account(Winfax SE)
that change.

what about the [FAX:xxxxxxx] in the "To :" Adresse is just for Mapi

(sorry for my english im frensh)


  #5  
Old June 22nd, 2004, 06:33 PM
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: n/a
Default sending fax with dotnet

I don't know that I'd even bother at all with WinFax SE unless I was forced
to. It was completely buggy, mostly non-supported and only available for
Outlook 2000 Internet only mode. It's not really an application I'd be
wasting any time with. Other fax applications are better and may offer a
programming interface that you could use.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Emmanuel Guillot" wrote in message
...
thanks for your responses

In your opinion ther is no way to send parameter to outlook
like the account for example that can root on the Winfax SE ?

Because when i look the message fax there is just the account(Winfax SE)
that change.

what about the [FAX:xxxxxxx] in the "To :" Adresse is just for Mapi

(sorry for my english im frensh)




  #6  
Old September 8th, 2006, 07:08 PM posted to microsoft.public.outlook.fax
RajFlex
external usenet poster
 
Posts: 1
Default sending fax with dotnet


Ken Slovak - [MVP - Outlook] wrote:
[b]I don't know that I'd even bother at all with WinFax SE unless I
was forced
to. It was completely buggy, mostly non-supported and only available
for
Outlook 2000 Internet only mode. It's not really an application I'd
be
wasting any time with. Other fax applications are better and may
offer a
programming interface that you could use.


Do you know of any programs that will let you programatically send
faxes? Preferably free! :-)




--
RajFlex
------------------------------------------------------------------------
Posted via http://www.mcse.ms
------------------------------------------------------------------------
View this thread: http://www.mcse.ms/message780676.html

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:32 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.