IMAP c# component? - Windows Mobile Software Development

Hi all
Can anyone recommend an IMAP component I can use in a C# developement I am doing (VS 2008)?
I just need to be able to read and create mail in a folder specified.
Thanks

It is not free but I use these components at work
http://www.afterlogic.com/mailbee-net/email-components

Hi, Im just trying the eval version, but I cannot for the love of god get it working due to licensing. I have an eval code, but I cannot find how to create an App.Config for a PocketPC app in VS 2008.
Any clues?
Thanks

Related

Today plugins

Recently i was thinking about creating an app which would show me my remaining calltime with one of polish prepaid services. I imagine it would work like that:
1. receiving a specific text message with my account balance from my operator the app would capture it and store the value
2. after each call being made operator sends sms with call cost. this should be deducted from previously stored value. etc etc.
3. value should be displayed somewhere, like on today plugin...
seems simple, but theres a catch;] i can't code for WM5. i just got myself delphi 2006 today and i see it has limited CF support so i can create applicatons... but am i able to create Dlls? also i don't have clue about creating dll's at all, especialy those for WM5. is it even possible with .net? is there any chance for me?
i know, i know, i shoud start to use c++ long time ago, but i'm affraid it' might be a bit to late for me;]
ps. is there anything like WM5 sdk, any guide kit for programmers, specs of any kind? where to look for it? thanks for any help. please note, i'd like to become one of you guys, i could even be of some value;]
heard somewhere that today plugins
cant be written in .net
here is a link to the subject of today plugins
http://forum.xda-developers.com:80/showthread.php?t=234162&highlight=codeguru
thanks, gonna try it in a minute.
(today unbelievable happened - my wizards battery got empty )
interesting. i'll consider switching to c++. as far as i understand it's not normal C, its some kind of mobile oriented c? but no connection with .net? how does it work?
Ok.
C++ is an extension of C to include object oriented programming. The language is not specific for mobile devices, so any book / article on the subject will do for starters.
I taught my self C++ after learning Pascal (Delphi is for Pascal right?) in school and it was quite easy because the languages have similar structure.
Your second stop is to learn WIN32 programming. I don't know how Delphi deals with APIs and function exports (that's what you need for DLLs).
Basically WM programming is very similar to desktop windows programming, except for a few miner difference (like all APIs using only Unicode).
You can download a free development tool called eVC 4 from MS. It looks exactly like Visual Studio 6 if you have any experience with that.
Unfortunately system DLLs like plugins can not be written using .NET but if you search MSDN (I really don't remember the link), there is an article on how to use a basic C++ DLL for the plugin and delegate all the real functionality to a .NET DLL.
Good luck.
yes, delphi is much like pascal
i know it's not that hard if you mean the structure. i just don't know how to start. in fact i got myself evc yesterday, after what you say i'll take good lok at it as soon as i prepare some room on my HD.
Delphi does well with windows api - as far as i can tell, i played with theese a bit so it shouldn't be hard to catch up when starting with c++. other thing is i never did dll, although i know how it works in general, i also used other peoples dll's in my programs. will do i hope. also, Rudegar provided us with good tutorial/example on today dlls, so i hope i'll be able to expand it. the only thing, i'm a bit anxious. you say evc is good for starters? ok, going to give it a try.
what a week, four days, four new RAD environments already
delphi is object pascal which is an extention of pascal like c++ is of c
c programs should compile without any problems in c++
Hi,
I saw a way to develop today plugins in .net : http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/TodayScrn.asp?_r=1
I did not try and I guess it will slow down the device as .net is not very fast, but you can try...
Good luck

Begin developing for the Artemis

Hi there, I'd really like to get started on a programming project for the Artemis.
Is it possible to get all the required tools and compilers free and legally?
I already have MS visual studio, but I have no idea if I can use it to develop for the Artemis. Do I need some expansion pack?
Cheers for any advice!
(I'm assuming there's no way I can develop a WM5 app in Linux? Without using Wine.)
Hi, did you find something about the tools required for this? I'd also like to start developing on WM6.1 but only found this ATM:
http://msdn.microsoft.com/en-us/library/bb158496.aspx
http://msdn.microsoft.com/en-us/library/bb158524.aspx
http://msdn.microsoft.com/en-us/library/bb158526.aspx
http://msdn.microsoft.com/en-us/library/bb158662.aspx
http://msdn.microsoft.com/en-us/library/bb158519.aspx
Thanks

Search Ressources to Build "APP Store"

Hey Guys
Some Time ago, i had the idea to build something similar to apples app store for windows mobile, where everyone can upload .cab files and share them with others. The functions for a first release should be as follows:
- Upload .cab's with a desktop computer (or even directly with the ppc?)
- Possibility to write comments and rate the apps
- Download and install directly from ppc
I'm also a developer, but i never did something for WM, that's why i'm aksing you guys... I don't think that it is a complicated taks to do, but it's really hard to find informations about programming for WM in Visual C# or even Visual C++ with Visual Studio 2008.
I have a Rootserver with enough Harddisk Space and a great Internet connection, where the app could run on. So that's not a problem...
Is someone interested in doing such a thing?
believe it is already. think it's called jakal or something
hipey said:
believe it is already. think it's called jakal or something
Click to expand...
Click to collapse
Unknow to me :|
Your idea is a good one, we need someone creating this, in more i am sure you would get a lot of money by donating... To be honest, if i could programm, i would make it only for money
Gecko App Manager
http://forum.xda-developers.com/showthread.php?t=436127

SharpDevelop: a VERY simple question from a beginner

Hi everyone.
I'm a beginner in Pocket PC / Smartphone development, though i have some (amateur) experience in creating PC apps (Delphi, C++)
So i just need a "kick start" to begin working on PPC apps. Like, a code to make an app that draws a window with "Hello world" and an OK button in it, you know
I've downloaded the SharpDevelop environment, because it looked like the best freeware alternative to Visual Studio. However, i have to admit i've downloaded the 1.x version, as i have a very old computer. But if it's critical, i can try and install 2.x or 3.x.
Anyway, the question is: how do i create a project for Pocket PC / Smartphone? All i see are options to create PC projects... But i saw SharpDevelop in the D&H wiki, so there must be a way to use it for it, right?
Big thanks in advance for answering my very silly question
upd: also, do i need any special device emulators to run the project, or... w/e
kiruch said:
Hi everyone.
I'm a beginner in Pocket PC / Smartphone development, though i have some (amateur) experience in creating PC apps (Delphi, C++)
So i just need a "kick start" to begin working on PPC apps. Like, a code to make an app that draws a window with "Hello world" and an OK button in it, you know
I've downloaded the SharpDevelop environment, because it looked like the best freeware alternative to Visual Studio. However, i have to admit i've downloaded the 1.x version, as i have a very old computer. But if it's critical, i can try and install 2.x or 3.x.
Anyway, the question is: how do i create a project for Pocket PC / Smartphone? All i see are options to create PC projects... But i saw SharpDevelop in the D&H wiki, so there must be a way to use it for it, right?
Big thanks in advance for answering my very silly question
upd: also, do i need any special device emulators to run the project, or... w/e
Click to expand...
Click to collapse
It's not a silly question mate - it's a perfectly good one. Unfortunately, I don't think that you can use SharpDevelop to create .Net CF applications easily. The Windows Mobile SDKs come with plenty emulators (to answer your latter question), but they're Microsoft, and therefore they're for Visual Studio. It's really easy with Visual Studio - you just install the SDK and select a smart device as your target when you create a new project. It just works.
http://www.microsoft.com/downloads/details.aspx?FamilyID=20686a1d-97a8-4f80-bc6a-ae010e085a6e
However, as far as I'm aware, you can't use VS Express (the free version), as the SDKs only work with full versions of VS. If you can get hold of that, I'd recommend it.
I do remember seeing a website talking about using SharpDevelop with the .Net CF, but it was sketchy and didn't promise it would work. Maybe google a little more to make sure about that, but I'd strongly recommend a copy of VS Professional, if that's an option.
If you are a student, you can get VS2008 for free (www.dreamspark.com)
If you are not a student, you can get VS2010 RC for free (works for another 100 days from today).
I use Sharp Develop to program in C# for my phone, and it works fine.
However, it's possible that smartphones are only supported in version 2 and 3 (I never tried version 1).
In the newer versions, when you start a new solution, there will be an option to start a Compact Framework Project.
Some code that is automatically added when adding controls to your form, will throw errors and will have to be deleted. There is more information on that in the forums at Sharpdevelop.
Good luck!
It depends on what u want to program in. .net c# c++ ect. Tho if i were u i would try and get VS. If your going to do c++ i can provide some examples, but not for anything else xD. GL.

[C#] Own mail client possible?

Hi all, I've been programming in C# for a while now <Pc mainly> and Wanted to know if it is possible to create my own Mail client, On Windows its simple you just make an instance of the mail class but I cannot find anything similar in the windows mobile side of things, any pointers would be appreciated.
Hi,
Add a reference to
Microsoft.WindowsMobile.PocketOutlook
and start from there
Hope this helps

Categories

Resources