You can get so many POP & IMAP implementation on net..such for pop3 implementation in .net... Regards, NetPointer.
NetPointerIN
Posts
-
receive Mail -
HelpSet localConnection = CurrentDb() Set rJN = localConnection.OpenRecordset("TEST") rJN.MoveLast dim dtRS as Date = rJN![Test] If dtRS.Month = Now.Month Then dtRS.Month = dtRS.Month + 1 Else dtRS.Month = "01" End If debug.writeline (dtRS.ToString) Have not tested this...but may be this is what u want... Regards, NetPointer
-
Marshalling Data, Can Anyone Help?[StructLayout(LayoutKind.Sequential)] public struct s1 { [MarshalAs(UnmanagedType.ByValArray, SizeConst=16)] public long[] vals; } Is this u want???
-
How to use script files!!for which database? MSAccess? and if yes, then why dont u copy the database it self?? Bit confused with yr question... :-( NetPointer
-
Marshalling Data, Can Anyone Help?I m writing the C# version up here. try with similar in yor code. // The Person structure [StructLayout(LayoutKind.Sequential, CharSet=CharSet.Ansi)] public struct Person { public string firstName; public string lastName; } // The Bank account structure. Note the use of an IntPtr // to hold the pointer to the account holder [StructLayout(LayoutKind.Sequential, CharSet=CharSet.Ansi)] public struct Account { public IntPtr accountHolder; //I m using Intptr not Person. public string accountName; public long accountNumber; public double balance; }
-
tabcontrolFirst problem: What I have done is, I have put a button "OK" or "Apply" on a form, not on a Tabcontrol but just below the tabcontrol. and made it the acccept button. :( i was checking that what is the selected control on the tab thru my program. but i had only 2 tabs and was easy to track down.
-
How to Use API AddForm in VB.net -
Bckup Access DatabaseSystem.IO.File.Copy (Source, Destination, Overwrite) Check that connection is closed.
-
VSSIts there. Check your file_Sourcecontrol menu. and check your Tools_options_sourcecontrol menu. Installer is probably in 3rd or 4th CD. You will be needing atleast VSS 6.0c to work with .NET. Regards. NetPointer
-
Trapping mouse right clickYes, if there is some property which exposes the inner objects. component Documentation might helps you. Regards. NetPointer
-
Newbie to VB need some advice pleaseI agree. Go for C# or MC++ (Managed Extension for C++) if your project requirement is not forcing you to go for VB.NET. ;) anyway.. Professional C# for Wrox is one of the good book I have gone thru. HTH, Regards, NetPointer
-
Easy VBScript question about the file pointerI guess Split might helps you... Is it? Regards, NetPointer
-
Simple problemIf weight >= 45 And weight<60 Then 'Value between 44 & 60 End if
-
Working In IndiaFor me, its fascinating that an American asks about coming to India for job. Seems time is changing drastically.. Huh??? Reverse Braindrain ??? Regards. NetPointer