Yeah, that is what I started now. But, I found a few tutorials that used HTML, JS, XML, etc (I don't really remember) instead of C# or VB and that is what confused me the most.
I wasn't sure which was the correct way to go, but Neo's responses helped me figure this one out and I finally reached the conclusion you guys just suggested.
Thank you all for helping a newbie here. I visited other forums as well for help and they weren't really...
User Profile
Collapse
-
Thank you for the response. I went through most of the material and also found a guide on msdn that helped me make a simple Add-in for Outlook.
The basic idea for my Add-in is to be able to select and upload Emails as well as attachments from Outlook to a Web Server (which is Fixed).
That I believe will be a lot more complex and I tried to look for the 'source code' of any Add-ins (any topic, just not the easy ones) that...Leave a comment:
-
vinit144 replied to JavaScript Basic:Write a JavaScript program to construct a pattern using a ested loopin CHey, the following code should be helpful.
The 'i' loop manages the Row, that is, it changes line when required number of '*' are displayed.Code:var x,y,chr; for(x=1; x<=3; x++) { chr=''; for (y=1; y<=2; y++) { chr=chr+("*"); } console.log(chr); }
The 'j' loop manages how many '*' are displayed per line. Here each...Leave a comment:
-
Hi Ismoilov52.
An easy way to do this would be to store the inputs in a list and use sorting to sort the numbers in ascending or descending order.Last edited by vinit144; Jun 16 '17, 08:36 AM.Leave a comment:
-
Thanks for the answer. I will start with these.
I don't know if this will sound stupid, but I want to ask it regardless, is my basic knowledge (I finished everything I found on a tutorial website, not sure if specific names are allowed on forum) of C# enough to start with this? Or should I invest time in this?
Also, should I know any other language to work on this?
The 'Object Model' part was something I was looking...Leave a comment:
-
What Should I Start With to be Able to Develop Outlook Add-ins?
I am an Undergrad student and want to learn how to develop Add-Ins for MS Outlook.
I have not developed add-ins or any type of plugins before. I am just 1st year student so I know my basics and just finished C# from whatever Tutorials I could find.
I then tried to search the internet that could help me learn how to develop an Add-in but after 2 full days, I did not find much of use.
Can someone please...
No activity results to display
Show More
Leave a comment: