Re: Exporting list of faxes not sent
From: Extreme (A_at_B.com)
Date: 08/19/04
- Next message: Michael L. Wilson: "RE: Fax service problem win2003"
- Previous message: Pierre le Riche: "Re: Routing outgoing faxes"
- In reply to: William Wang[MSFT]: "Re: Exporting list of faxes not sent"
- Next in thread: William Wang[MSFT]: "Re: Exporting list of faxes not sent"
- Reply: William Wang[MSFT]: "Re: Exporting list of faxes not sent"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 19 Aug 2004 13:38:07 -0600
Thanks for the reply william,
I think thw problem might have come form some code that we were
testing. Ive tested it a couple other times and it seems to be ok and
nothing is disapearing.
Now i have another question for you. we seem to be having trouble
deleting the faxes out of the outbox. the sent items will delete fine
but we cant seem to get rid of the faxes from the outbox. we can do it
manually so there i s no problem with the server itself, we are just
having trouble getting code to do it.
Ps ther os is 2003 server enterprise edition
On Thu, 19 Aug 2004 14:39:59 GMT, v-rxwang@online.microsoft.com
(William Wang[MSFT]) wrote:
>It doesn't flush anything. It's very strange that this
>happened.
>
>What's the operating system?
>Can we have a look at the code snippet? At the least we
>want the code that's using the API to get the jobs.
>
>Sincerely,
>
>William Wang
>Microsoft Online Partner Support
>
>Get Secure! - <www.microsoft.com/security>
>
>=====================================================
>When responding to posts, please "Reply to Group" via
>your newsreader so that others may learn and benefit
>from your issue.
>=====================================================
>This posting is provided "AS IS" with no warranties, and
>confers no rights.
>--------------------
>>From: Extreme <A@B.com>
>>Subject: Re: Exporting list of faxes not sent
>>Date: Tue, 17 Aug 2004 12:44:54 -0600
>>Message-ID: <gak4i059pkrsfmai85cddrltcuf28nm742@4ax.com>
>>References:
><3ca2h0dnetkogr6tmr7ucthpu7ln94881e@4ax.com>
><AyChBlreEHA.3812@cpmsftngxa06.phx.gbl>
><4a9201c48049$e9b92750$a501280a@phx.gbl>
><v3dqh01pa1jlleq344c90mhok1ulnlrm92@4ax.com>
><FSmbPqFhEHA.3212@cpmsftngxa06.phx.gbl>
>>X-Newsreader: Forte Free Agent 1.93/32.576 English
>(American)
>>MIME-Version: 1.0
>>Content-Type: text/plain; charset=ISO-8859-1
>>Content-Transfer-Encoding: 8bit
>>Newsgroups: microsoft.public.win2000.fax
>>NNTP-Posting-Host: host133.signofhope.ab.ca
>209.115.177.133
>>Lines: 1
>>Path:
>cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.ph
>x.gbl
>>Xref: cpmsftngxa06.phx.gbl
>microsoft.public.win2000.fax:2828
>>X-Tomcat-NG: microsoft.public.win2000.fax
>>
>>Thanks william
>>
>>We have emplmented the code on the msdn site at it
>seems to work fine
>>with the sent items. However we rebooted the server and
>all the
>>information was still in the console but the
>information was no longer
>>retieveable through the code. Does this make sense?
>Does MS Fax flush
>>out somethings on a reboot.
>>
>>Any information would be helpful.
>>
>>Thanks again for your help, its getting closer
>>
>>Ken
>>
>>
>>On Tue, 17 Aug 2004 13:03:41 GMT,
>v-rxwang@online.microsoft.com
>>(William Wang[MSFT]) wrote:
>>
>>>Hi Ken,
>>>
>>>I've consulted with Raghavendra. If you are using
>WinXP
>>>& above, you can use
>>>FaxServer.Folders.FaxOutgoingQueue.FaxOutgoingJobs
>>>collection and go through each FaxOutgoingJob object.
>>>FaxOutgoingJob.Status and
>FaxOutgoingJob.ExtendedStatus
>>>can be used to detect failed faxes.
>>>FaxOutgoingJob.Recipient.Name &
>>>FaxOutgoingJob.Recipient.FaxNumber denote the
>recipient
>>>name and number respectively.
>>>
>>>A MSDN sample is at
>>>http://msdn.microsoft.com/library/en-us/fax/faxusing_53
>zn
>>>asp
>>>
>>>On pre WinXP platforms (Win2K)
>>>Plain C/C++ - refer to FaxGetJob API in MSDN
>>>Using COM ¨C you need to use FaxJob object, look at
>>>http://msdn.microsoft.com/library/en-us/fax/faxlegacy_7
>sm
>>>a.asp for more details
>>>
>>>Sincerely,
>>>
>>>William Wang
>>>Microsoft Online Partner Support
>>>
>>>Get Secure! - <www.microsoft.com/security>
>>>
>>>=====================================================
>>>When responding to posts, please "Reply to Group" via
>>>your newsreader so that others may learn and benefit
>>>from your issue.
>>>=====================================================
>>>This posting is provided "AS IS" with no warranties,
>and
>>>confers no rights.
>>>--------------------
>>>>From: Extreme <A@B.com>
>>>>Subject: Re: Exporting list of faxes not sent
>>>>Date: Fri, 13 Aug 2004 15:38:35 -0600
>>>>Message-ID:
><v3dqh01pa1jlleq344c90mhok1ulnlrm92@4ax.com>
>>>>References:
>>><3ca2h0dnetkogr6tmr7ucthpu7ln94881e@4ax.com>
>>><AyChBlreEHA.3812@cpmsftngxa06.phx.gbl>
>>><4a9201c48049$e9b92750$a501280a@phx.gbl>
>>>>X-Newsreader: Forte Free Agent 1.93/32.576 English
>>>(American)
>>>>MIME-Version: 1.0
>>>>Content-Type: text/plain; charset=us-ascii
>>>>Content-Transfer-Encoding: 7bit
>>>>Newsgroups: microsoft.public.win2000.fax
>>>>NNTP-Posting-Host: host133.signofhope.ab.ca
>>>209.115.177.133
>>>>Lines: 1
>>>>Path:
>>>cpmsftngxa06.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08
>p
>>>hx.gbl!TK2MSFTNGP10.phx.gbl
>>>>Xref: cpmsftngxa06.phx.gbl
>>>microsoft.public.win2000.fax:2819
>>>>X-Tomcat-NG: microsoft.public.win2000.fax
>>>>
>>>>What we are trying to do is get the name and fax
>number
>>>of all the
>>>>recepients that had faxes fail. So we can run that
>>>infromation against
>>>>our database to get rid of the fax numbers that dont
>>>work.
>>>>
>>>>
>>>>On Thu, 12 Aug 2004 01:54:01 -0700, "Raghavendra R
>>>[MSFT]"
>>>><raghavr@online.microsoft.com> wrote:
>>>>
>>>>>By the way what kind of information are you
>interested
>>>in -
>>>>> is it some properties of the Fax or the body of the
>>>Fax.
>>>>>If it is the properties then you can get the
>>>information
>>>>>using Fax APIs & if it is body there is no way to
>get
>>>the
>>>>>text content because the body will be in image
>format
>>>>>(Tiff). For a quick overview of Fax API have a look
>at
>>>>>http://msdn.microsoft.com/library/en-
>>>>>us/fax/faxabout_18s3.asp
>>>>
>>>>
>>
>>
- Next message: Michael L. Wilson: "RE: Fax service problem win2003"
- Previous message: Pierre le Riche: "Re: Routing outgoing faxes"
- In reply to: William Wang[MSFT]: "Re: Exporting list of faxes not sent"
- Next in thread: William Wang[MSFT]: "Re: Exporting list of faxes not sent"
- Reply: William Wang[MSFT]: "Re: Exporting list of faxes not sent"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|