Microsoft SQL Server
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsDatabaseMicrosoft SQL Server

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old January 21st, 2004, 02:54 AM
Govindan Govindan is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Posts: 18 Govindan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Read all mails one by one

How can i read all the mails in my outlook 2000 inbox using xp_readmail. I am able to read only one mail.
but when i am looping with xp_findnextmsg to read all the messages, the loop is not terminating and system is hanging
my sample code is given below

DECLARE @status2 int
declare @status int
declare @message_id varchar(200)
DECLARE @message varchar(8000), @dateRecive varchar(255),@subject varchar(255)
DECLARE @subjectMessage varchar(255), @unread varchar(5) ,@unreadFl varchar(5)
DECLARE @originator_address varchar(255), @sendBy varchar(255)DECLARE @i int
DECLARE @attachments varchar(255), @attachmentsMessage varchar(255)
EXEC @status2 = xp_findnextmsg @msg_id = @message_id OUTPUT

while @message_id is not null
begin
EXEC @status = xp_readmail @msg_id =@message_id ,@originator_address = @sendBy OUTPUT , @unread = @unreadFl OUTPUT , @message =@message OUTPUT , @date_received = @dateRecive OUTPUT , @subject = @subjectMessage OUTPUT , @attachments = @attachmentsMessage OUTPUT
print @message print @dateRecive print @subjectMessage print @unreadFl print
@sendBy print @attachmentsMessage

EXEC @status2 = xp_findnextmsg @msg_id = @message_id OUTPUT

end

Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseMicrosoft SQL Server > Read all mails one by one


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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 On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway