PC Review


Reply
Thread Tools Rate Thread

CDO timestamp

 
 
BrassicaNigra
Guest
Posts: n/a
 
      4th Aug 2008
I have an application that uses CDO to send an email alert to management when
certain events occur. The messages alway have the wrong time. It appears
the time is UTC. The computer date and time are correct on the machine
running the program (SBS2003R2). How do I get the local time on my email
alerts.
 
Reply With Quote
 
 
 
 
Steven Cheng [MSFT]
Guest
Posts: n/a
 
      5th Aug 2008
Hi Brassica,

As Mark suggested, for .net/ASP.NET 2.0 application, it is recommended that
we use the Systme.Net.Mail component for SMTP mail processing. Also, for
the datetime issue, I'd like to confirm whether the datetime in the email
is incorrect or just the format (timezone) is incorrect. For example, is
the time in the message still accurate , but not in the correct local time
offset?

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(E-Mail Removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
>From: =?Utf-8?B?QnJhc3NpY2FOaWdyYQ==?= <(E-Mail Removed)>
>Subject: CDO timestamp
>Date: Mon, 4 Aug 2008 11:44:17 -0700


>I have an application that uses CDO to send an email alert to management

when
>certain events occur. The messages alway have the wrong time. It appears
>the time is UTC. The computer date and time are correct on the machine
>running the program (SBS2003R2). How do I get the local time on my email
>alerts.
>


 
Reply With Quote
 
BrassicaNigra
Guest
Posts: n/a
 
      5th Aug 2008
Time is in UTC but is correct. I want it in Mountain Time.

As for System.Net.Mail; I spent several months trying to get this to work
and finally gave up and went back to CDO which I have used for many years.

"Steven Cheng [MSFT]" wrote:

> Hi Brassica,
>
> As Mark suggested, for .net/ASP.NET 2.0 application, it is recommended that
> we use the Systme.Net.Mail component for SMTP mail processing. Also, for
> the datetime issue, I'd like to confirm whether the datetime in the email
> is incorrect or just the format (timezone) is incorrect. For example, is
> the time in the message still accurate , but not in the correct local time
> offset?
>
> Sincerely,
>
> Steven Cheng
>
> Microsoft MSDN Online Support Lead
>
>
> Delighting our customers is our #1 priority. We welcome your comments and
> suggestions about how we can improve the support we provide to you. Please
> feel free to let my manager know what you think of the level of service
> provided. You can send feedback directly to my manager at:
> (E-Mail Removed).
>
> ==================================================
> Get notification to my posts through email? Please refer to
> http://msdn.microsoft.com/subscripti...ult.aspx#notif
> ications.
>
> ==================================================
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> --------------------
> >From: =?Utf-8?B?QnJhc3NpY2FOaWdyYQ==?= <(E-Mail Removed)>
> >Subject: CDO timestamp
> >Date: Mon, 4 Aug 2008 11:44:17 -0700

>
> >I have an application that uses CDO to send an email alert to management

> when
> >certain events occur. The messages alway have the wrong time. It appears
> >the time is UTC. The computer date and time are correct on the machine
> >running the program (SBS2003R2). How do I get the local time on my email
> >alerts.
> >

>
>

 
Reply With Quote
 
Steven Cheng [MSFT]
Guest
Posts: n/a
 
      7th Aug 2008
Thanks for your reply Brassica,

Would you provide me some code snippet of your CDO message sending so that
I can perform some local test on it. BTW, may I also have your current
client operating system's version and some .net framework environment
information?

Sincerely,

Steven Cheng
Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(E-Mail Removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
>Thread-Topic: CDO timestamp
>thread-index: Acj3HzaIiDHYshmfSE6VmiYNHyUlew==
>X-WBNR-Posting-Host: 207.46.19.168
>From: =?Utf-8?B?QnJhc3NpY2FOaWdyYQ==?= <(E-Mail Removed)>
>References: <347BFE05-0653-472B-8129-(E-Mail Removed)>

<(E-Mail Removed)>
>Subject: RE: CDO timestamp
>Date: Tue, 5 Aug 2008 10:18:01 -0700


>
>Time is in UTC but is correct. I want it in Mountain Time.
>
>As for System.Net.Mail; I spent several months trying to get this to work
>and finally gave up and went back to CDO which I have used for many years.
>
>"Steven Cheng [MSFT]" wrote:
>
>> Hi Brassica,
>>
>> As Mark suggested, for .net/ASP.NET 2.0 application, it is recommended

that
>> we use the Systme.Net.Mail component for SMTP mail processing. Also, for
>> the datetime issue, I'd like to confirm whether the datetime in the

email
>> is incorrect or just the format (timezone) is incorrect. For example, is
>> the time in the message still accurate , but not in the correct local

time
>> offset?
>>
>> Sincerely,
>>
>> Steven Cheng
>>
>> Microsoft MSDN Online Support Lead
>>
>>
>> Delighting our customers is our #1 priority. We welcome your comments

and
>> suggestions about how we can improve the support we provide to you.

Please
>> feel free to let my manager know what you think of the level of service
>> provided. You can send feedback directly to my manager at:
>> (E-Mail Removed).
>>
>> ==================================================
>> Get notification to my posts through email? Please refer to
>>

http://msdn.microsoft.com/subscripti...ult.aspx#notif
>> ications.
>>
>> ==================================================
>> This posting is provided "AS IS" with no warranties, and confers no

rights.
>>
>> --------------------
>> >From: =?Utf-8?B?QnJhc3NpY2FOaWdyYQ==?= <(E-Mail Removed)>
>> >Subject: CDO timestamp
>> >Date: Mon, 4 Aug 2008 11:44:17 -0700

>>
>> >I have an application that uses CDO to send an email alert to

management
>> when
>> >certain events occur. The messages alway have the wrong time. It

appears
>> >the time is UTC. The computer date and time are correct on the machine
>> >running the program (SBS2003R2). How do I get the local time on my

email
>> >alerts.
>> >

>>
>>

>


 
Reply With Quote
 
BrassicaNigra
Guest
Posts: n/a
 
      7th Aug 2008
This is running on Windows Small Business Server 2003R2 under asp.net 2.0

CDO.Message oMsg = new CDO.Message();
CDO.IConfiguration iConfg;
iConfg = oMsg.Configuration;
ADODB.Fields oFields;
oFields = iConfg.Fields;
// Set configuration.
ADODB.Field oField =
oFields["http://schemas.microsoft.com/cdo/configuration/sendusing"];
//TODO: To send by using the smart host, uncomment the
following lines:
oField.Value = CDO.CdoSendUsing.cdoSendUsingPort;
oField =
oFields["http://schemas.microsoft.com/cdo/configuration/smtpserver"];
oField.Value = "aaserver";
oFields.Update();
oMsg.From = strSalesRepEmail + "@aapcb.com";
oMsg.To = "(E-Mail Removed); (E-Mail Removed);
(E-Mail Removed)";
oMsg.BCC = "(E-Mail Removed)";
oMsg.Subject = "New turnkey order: WO# " +
strGlobalWorkOrder;
oMsg.TextBody = "Hi";
oMsg.Send();


"Steven Cheng [MSFT]" wrote:

> Thanks for your reply Brassica,
>
> Would you provide me some code snippet of your CDO message sending so that
> I can perform some local test on it. BTW, may I also have your current
> client operating system's version and some .net framework environment
> information?
>
> Sincerely,
>
> Steven Cheng
> Microsoft MSDN Online Support Lead
>
>
> Delighting our customers is our #1 priority. We welcome your comments and
> suggestions about how we can improve the support we provide to you. Please
> feel free to let my manager know what you think of the level of service
> provided. You can send feedback directly to my manager at:
> (E-Mail Removed).
>
> ==================================================
> Get notification to my posts through email? Please refer to
> http://msdn.microsoft.com/subscripti...ult.aspx#notif
> ications.
> ==================================================
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> --------------------
> >Thread-Topic: CDO timestamp
> >thread-index: Acj3HzaIiDHYshmfSE6VmiYNHyUlew==
> >X-WBNR-Posting-Host: 207.46.19.168
> >From: =?Utf-8?B?QnJhc3NpY2FOaWdyYQ==?= <(E-Mail Removed)>
> >References: <347BFE05-0653-472B-8129-(E-Mail Removed)>

> <(E-Mail Removed)>
> >Subject: RE: CDO timestamp
> >Date: Tue, 5 Aug 2008 10:18:01 -0700

>
> >
> >Time is in UTC but is correct. I want it in Mountain Time.
> >
> >As for System.Net.Mail; I spent several months trying to get this to work
> >and finally gave up and went back to CDO which I have used for many years.
> >
> >"Steven Cheng [MSFT]" wrote:
> >
> >> Hi Brassica,
> >>
> >> As Mark suggested, for .net/ASP.NET 2.0 application, it is recommended

> that
> >> we use the Systme.Net.Mail component for SMTP mail processing. Also, for
> >> the datetime issue, I'd like to confirm whether the datetime in the

> email
> >> is incorrect or just the format (timezone) is incorrect. For example, is
> >> the time in the message still accurate , but not in the correct local

> time
> >> offset?
> >>
> >> Sincerely,
> >>
> >> Steven Cheng
> >>
> >> Microsoft MSDN Online Support Lead
> >>
> >>
> >> Delighting our customers is our #1 priority. We welcome your comments

> and
> >> suggestions about how we can improve the support we provide to you.

> Please
> >> feel free to let my manager know what you think of the level of service
> >> provided. You can send feedback directly to my manager at:
> >> (E-Mail Removed).
> >>
> >> ==================================================
> >> Get notification to my posts through email? Please refer to
> >>

> http://msdn.microsoft.com/subscripti...ult.aspx#notif
> >> ications.
> >>
> >> ==================================================
> >> This posting is provided "AS IS" with no warranties, and confers no

> rights.
> >>
> >> --------------------
> >> >From: =?Utf-8?B?QnJhc3NpY2FOaWdyYQ==?= <(E-Mail Removed)>
> >> >Subject: CDO timestamp
> >> >Date: Mon, 4 Aug 2008 11:44:17 -0700
> >>
> >> >I have an application that uses CDO to send an email alert to

> management
> >> when
> >> >certain events occur. The messages alway have the wrong time. It

> appears
> >> >the time is UTC. The computer date and time are correct on the machine
> >> >running the program (SBS2003R2). How do I get the local time on my

> email
> >> >alerts.
> >> >
> >>
> >>

> >

>
>

 
Reply With Quote
 
Steven Cheng [MSFT]
Guest
Posts: n/a
 
      8th Aug 2008
Thanks for your reply Brassica,

I've just performed some research on my local windows 2003 server box. It
seems the email sent via the CDO sys(or the .NET System.net.Mail
componenhts) can display the local time on client machine(the SMTP client),
for me I use outlook. Also, event I change the culture info or timezone at
server, it won't affect the client-side displaying result.

Here is my test code(the CDO code you provided as well as system.net.Mail
code I used):

==============================
private void btnCDO_Click(object sender, EventArgs e)
{
CDO.Message oMsg = new CDO.Message();
CDO.IConfiguration iConfg;
iConfg = oMsg.Configuration;
ADODB.Fields oFields;
oFields = iConfg.Fields;

ADODB.Field oField =
oFields["http://schemas.microsoft.com/cdo/configuration/sendusing"];
oField.Value = CDO.CdoSendUsing.cdoSendUsingPort;

oField =
oFields["http://schemas.microsoft.com/cdo/configuration/smtpserver"];
oField.Value = "smtphost";

oField =
oFields["http://schemas.microsoft.com/cdo/configuration/smtpauthenticate"];
oField.Value = CDO.CdoProtocolsAuthentication.cdoNTLM;


oFields.Update();
oMsg.From = "(E-Mail Removed)";
oMsg.To = "(E-Mail Removed)";

oMsg.Subject = "New turnkey order: New Email";
oMsg.TextBody = "Hi, this is a test!";
oMsg.Send();
}

private void btnNetSmtp_Click(object sender, EventArgs e)
{
Thread.CurrentThread.CurrentCulture = new
System.Globalization.CultureInfo("de-DE");
MailMessage msg = new MailMessage(
"(E-Mail Removed)",
"(E-Mail Removed)",
"test email for issue",
"this is a test email!");

SmtpClient client = new SmtpClient("smtphost");
client.DeliveryMethod = SmtpDeliveryMethod.Network;
client.UseDefaultCredentials = true;

client.Send(msg);


}
==================================

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(E-Mail Removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: =?Utf-8?B?QnJhc3NpY2FOaWdyYQ==?= <(E-Mail Removed)>
>References: <347BFE05-0653-472B-8129-(E-Mail Removed)>

<(E-Mail Removed)>
<026DA942-099B-4CDC-8A7B-(E-Mail Removed)>
<Vgtu1WG#(E-Mail Removed)>
>Subject: RE: CDO timestamp
>Date: Thu, 7 Aug 2008 10:53:01 -0700


>
>This is running on Windows Small Business Server 2003R2 under asp.net 2.0
>
> CDO.Message oMsg = new CDO.Message();
> CDO.IConfiguration iConfg;
> iConfg = oMsg.Configuration;
> ADODB.Fields oFields;
> oFields = iConfg.Fields;
> // Set configuration.
> ADODB.Field oField =
>oFields["http://schemas.microsoft.com/cdo/configuration/sendusing"];
> //TODO: To send by using the smart host, uncomment the
>following lines:
> oField.Value = CDO.CdoSendUsing.cdoSendUsingPort;
> oField =
>oFields["http://schemas.microsoft.com/cdo/configuration/smtpserver"];
> oField.Value = "aaserver";
> oFields.Update();
> oMsg.From = strSalesRepEmail + "@aapcb.com";
> oMsg.To = "(E-Mail Removed); (E-Mail Removed);
>(E-Mail Removed)";
> oMsg.BCC = "(E-Mail Removed)";
> oMsg.Subject = "New turnkey order: WO# " +
>strGlobalWorkOrder;
> oMsg.TextBody = "Hi";
> oMsg.Send();
>
>
>"Steven Cheng [MSFT]" wrote:
>
>> Thanks for your reply Brassica,
>>
>> Would you provide me some code snippet of your CDO message sending so

that
>> I can perform some local test on it. BTW, may I also have your current
>> client operating system's version and some .net framework environment
>> information?
>>
>> Sincerely,
>>
>> Steven Cheng
>> Microsoft MSDN Online Support Lead
>>
>>
>> Delighting our customers is our #1 priority. We welcome your comments

and
>> suggestions about how we can improve the support we provide to you.

Please
>> feel free to let my manager know what you think of the level of service
>> provided. You can send feedback directly to my manager at:
>> (E-Mail Removed).
>>
>> =>> >>
>> >> --------------------
>> >> >From: =?Utf-8?B?QnJhc3NpY2FOaWdyYQ==?=

<(E-Mail Removed)>
>> >> >Subject: CDO timestamp
>> >> >Date: Mon, 4 Aug 2008 11:44:17 -0700
>> >>
>> >> >I have an application that uses CDO to send an email alert to

>> management
>> >> when
>> >> >certain events occur. The messages alway have the wrong time. It

>> appears
>> >> >the time is UTC. The computer date and time are correct on the

machine
>> >> >running the program (SBS2003R2). How do I get the local time on my

>> email
>> >> >alerts.
>> >> >
>> >>
>> >>
>> >

>>
>>

>


 
Reply With Quote
 
Steven Cheng [MSFT]
Guest
Posts: n/a
 
      12th Aug 2008
Hi Brassica,

Any progress on this issue?

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we

can improve the support we provide to you. Please feel free to let my
manager know what you think of

the level of service provided. You can send feedback directly to my manager
at: (E-Mail Removed).

--------------------

>From: (E-Mail Removed) (Steven Cheng [MSFT])
>Organization: Microsoft
>Date: Fri, 08 Aug 2008 10:09:09 GMT
>Subject: RE: CDO timestamp


>Thanks for your reply Brassica,
>
>I've just performed some research on my local windows 2003 server box. It
>seems the email sent via the CDO sys(or the .NET System.net.Mail
>componenhts) can display the local time on client machine(the SMTP

client),
>for me I use outlook. Also, event I change the culture info or timezone at
>server, it won't affect the client-side displaying result.
>
>Here is my test code(the CDO code you provided as well as system.net.Mail
>code I used):
>
>==============================
> private void btnCDO_Click(object sender, EventArgs e)
> {
> CDO.Message oMsg = new CDO.Message();
> CDO.IConfiguration iConfg;
> iConfg = oMsg.Configuration;
> ADODB.Fields oFields;
> oFields = iConfg.Fields;
>
> ADODB.Field oField =
>oFields["http://schemas.microsoft.com/cdo/configuration/sendusing"];
> oField.Value = CDO.CdoSendUsing.cdoSendUsingPort;
>
> oField =
>oFields["http://schemas.microsoft.com/cdo/configuration/smtpserver"];
> oField.Value = "smtphost";
>
> oField =
>oFields["http://schemas.microsoft.com/cdo/configuration/smtpauthenticate"];
> oField.Value = CDO.CdoProtocolsAuthentication.cdoNTLM;
>
>
> oFields.Update();
> oMsg.From = "(E-Mail Removed)";
> oMsg.To = "(E-Mail Removed)";
>
> oMsg.Subject = "New turnkey order: New Email";
> oMsg.TextBody = "Hi, this is a test!";
> oMsg.Send();
> }
>
> private void btnNetSmtp_Click(object sender, EventArgs e)
> {
> Thread.CurrentThread.CurrentCulture = new
>System.Globalization.CultureInfo("de-DE");
> MailMessage msg = new MailMessage(
> "(E-Mail Removed)",
> "(E-Mail Removed)",
> "test email for issue",
> "this is a test email!");
>
> SmtpClient client = new SmtpClient("smtphost");
> client.DeliveryMethod = SmtpDeliveryMethod.Network;
> client.UseDefaultCredentials = true;
>
> client.Send(msg);
>
>
> }
>==================================
>
>Sincerely,
>
>Steven Cheng
>
>Microsoft MSDN Online Support Lead
>
>
>Delighting our customers is our #1 priority. We welcome your comments and
>suggestions about how we can improve the support we provide to you. Please
>feel free to let my manager know what you think of the level of service
>provided. You can send feedback directly to my manager at:
>(E-Mail Removed).
>
>==================================================
>Get notification to my posts through email? Please refer to
>http://msdn.microsoft.com/subscripti...ault.aspx#noti

f
>ications.
>
>==================================================
>This posting is provided "AS IS" with no warranties, and confers no rights.
>--------------------
>>Fr


 
Reply With Quote
 
BrassicaNigra
Guest
Posts: n/a
 
      12th Aug 2008
Steven,

No progress yet as I have been out of the office for a few days. I will
look at it again later this week. Thanks for your assistance.

Dale

"Steven Cheng [MSFT]" wrote:

> Hi Brassica,
>
> Any progress on this issue?
>
> Sincerely,
>
> Steven Cheng
>
> Microsoft MSDN Online Support Lead
>
>
> Delighting our customers is our #1 priority. We welcome your comments and
> suggestions about how we
>
> can improve the support we provide to you. Please feel free to let my
> manager know what you think of
>
> the level of service provided. You can send feedback directly to my manager
> at: (E-Mail Removed).
>
> --------------------
>
> >From: (E-Mail Removed) (Steven Cheng [MSFT])
> >Organization: Microsoft
> >Date: Fri, 08 Aug 2008 10:09:09 GMT
> >Subject: RE: CDO timestamp

>
> >Thanks for your reply Brassica,
> >
> >I've just performed some research on my local windows 2003 server box. It
> >seems the email sent via the CDO sys(or the .NET System.net.Mail
> >componenhts) can display the local time on client machine(the SMTP

> client),
> >for me I use outlook. Also, event I change the culture info or timezone at
> >server, it won't affect the client-side displaying result.
> >
> >Here is my test code(the CDO code you provided as well as system.net.Mail
> >code I used):
> >
> >==============================
> > private void btnCDO_Click(object sender, EventArgs e)
> > {
> > CDO.Message oMsg = new CDO.Message();
> > CDO.IConfiguration iConfg;
> > iConfg = oMsg.Configuration;
> > ADODB.Fields oFields;
> > oFields = iConfg.Fields;
> >
> > ADODB.Field oField =
> >oFields["http://schemas.microsoft.com/cdo/configuration/sendusing"];
> > oField.Value = CDO.CdoSendUsing.cdoSendUsingPort;
> >
> > oField =
> >oFields["http://schemas.microsoft.com/cdo/configuration/smtpserver"];
> > oField.Value = "smtphost";
> >
> > oField =
> >oFields["http://schemas.microsoft.com/cdo/configuration/smtpauthenticate"];
> > oField.Value = CDO.CdoProtocolsAuthentication.cdoNTLM;
> >
> >
> > oFields.Update();
> > oMsg.From = "(E-Mail Removed)";
> > oMsg.To = "(E-Mail Removed)";
> >
> > oMsg.Subject = "New turnkey order: New Email";
> > oMsg.TextBody = "Hi, this is a test!";
> > oMsg.Send();
> > }
> >
> > private void btnNetSmtp_Click(object sender, EventArgs e)
> > {
> > Thread.CurrentThread.CurrentCulture = new
> >System.Globalization.CultureInfo("de-DE");
> > MailMessage msg = new MailMessage(
> > "(E-Mail Removed)",
> > "(E-Mail Removed)",
> > "test email for issue",
> > "this is a test email!");
> >
> > SmtpClient client = new SmtpClient("smtphost");
> > client.DeliveryMethod = SmtpDeliveryMethod.Network;
> > client.UseDefaultCredentials = true;
> >
> > client.Send(msg);
> >
> >
> > }
> >==================================
> >
> >Sincerely,
> >
> >Steven Cheng
> >
> >Microsoft MSDN Online Support Lead
> >
> >
> >Delighting our customers is our #1 priority. We welcome your comments and
> >suggestions about how we can improve the support we provide to you. Please
> >feel free to let my manager know what you think of the level of service
> >provided. You can send feedback directly to my manager at:
> >(E-Mail Removed).
> >
> >==================================================
> >Get notification to my posts through email? Please refer to
> >http://msdn.microsoft.com/subscripti...ault.aspx#noti

> f
> >ications.
> >
> >==================================================
> >This posting is provided "AS IS" with no warranties, and confers no rights.
> >--------------------
> >>Fr

>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
TimeStamp in SQL Welthey Microsoft Access VBA Modules 2 10th Jun 2008 03:08 PM
TIMESTAMP parameter: SqlDbType.Timestamp or SqlDbType.VarBinary? TR Microsoft ADO .NET 1 19th Mar 2008 06:37 PM
Timestamp ? elroyerni Microsoft Excel Misc 2 1st Jun 2007 12:07 AM
Timestamp Tara Microsoft Access Queries 1 27th Apr 2004 05:41 PM
timestamp Crirus Microsoft VB .NET 6 1st Nov 2003 06:49 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:17 PM.