Hi all
How do I load the names of all my distribution lists from MS Outlook 2000. I'm using Delphi 6 Professional. Also once I've loaded the names of the distribution lists, how do I load all contacts within a specific distribution list?
Thanks
Louis
Hi there
I want to pass a variable value to the xp_sendmail procedure such as the following:
EXEC xp_sendmail @recipients = @email,
@query = 'SELECT * from myTable inner join anotherTable on myTable.myColumn = anotherTable.anotherColumn',
@subject = 'Report',
@message = 'This is a...
Does anyone out there know how to use the DBGridEH control?
The problem I'm having is that the grid can shift select on one page, but as soon as you scroll down to the next page with shift held in and want to make another selection then, then your selection from the previous page is not...
Whenever I execute the following query:select member_id,
company.company_code,
company.credit_limit
system,
member_id,
first_name,
last_name,
members.credit_limit,
members.email,
date_sent,
count(*)
from Company, Members
left outer join Reminders on members.email =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.