Click here to Skip to main content
15,903,012 members
Home / Discussions / C#
   

C#

 
GeneralRe: Regarding Contructors Pin
Luc Pattyn14-May-09 1:27
sitebuilderLuc Pattyn14-May-09 1:27 
QuestionHelp me about thread Pin
nvphap13-May-09 19:57
nvphap13-May-09 19:57 
AnswerRe: Help me about thread Pin
Samer Aburabie13-May-09 20:19
Samer Aburabie13-May-09 20:19 
AnswerRe: Help me about thread Pin
Mycroft Holmes13-May-09 21:46
professionalMycroft Holmes13-May-09 21:46 
QuestionWindows address book Pin
ashish purwar13-May-09 19:56
ashish purwar13-May-09 19:56 
AnswerRe: Windows address book Pin
Rajdeep.NET is BACK13-May-09 20:40
Rajdeep.NET is BACK13-May-09 20:40 
GeneralRe: Windows address book Pin
ashish purwar13-May-09 21:01
ashish purwar13-May-09 21:01 
GeneralRe: Windows address book Pin
Rajdeep.NET is BACK13-May-09 21:16
Rajdeep.NET is BACK13-May-09 21:16 
Hi,

The Global Address List (GAL) is an address book derived from Active Directory data maintained by the network administrator on the server.



If you want to access a user's Outlook contacts, use the Namespace.GetDefaultFolder method to return the contacts folder as a MAPIFolder or (in Outlook 2007) Folder object, then iterate that folder's Items or use the Items.Find or Items.Restrict method to filter for specific criteria.


The code below will get the names from the Address book:

string sname1 = objAddressList.Item(20).c.Item(1).Name;

GeneralRe: Windows address book Pin
Henry Minute13-May-09 23:51
Henry Minute13-May-09 23:51 
GeneralRe: Windows address book Pin
eRRaTuM15-May-09 15:35
eRRaTuM15-May-09 15:35 
QuestionHow to use a GridView in a ListView - C# WinForms Pin
ramz_g13-May-09 18:35
ramz_g13-May-09 18:35 
AnswerRe: How to use a GridView in a ListView - C# WinForms Pin
Dave Kreskowiak13-May-09 19:21
mveDave Kreskowiak13-May-09 19:21 
GeneralRe: How to use a GridView in a ListView - C# WinForms Pin
ramz_g13-May-09 22:58
ramz_g13-May-09 22:58 
GeneralRe: How to use a GridView in a ListView - C# WinForms Pin
Henry Minute13-May-09 23:55
Henry Minute13-May-09 23:55 
GeneralRe: How to use a GridView in a ListView - C# WinForms Pin
ramz_g14-May-09 0:15
ramz_g14-May-09 0:15 
QuestionPlaying flv files [modified] Pin
Evgeni5713-May-09 18:26
Evgeni5713-May-09 18:26 
AnswerRe: Playing flv files Pin
Dave Kreskowiak13-May-09 19:16
mveDave Kreskowiak13-May-09 19:16 
GeneralRe: Playing flv files Pin
Evgeni5713-May-09 21:58
Evgeni5713-May-09 21:58 
Questionrestore database at an other server Pin
adsana13-May-09 17:57
adsana13-May-09 17:57 
AnswerRe: restore database at an other server Pin
Mycroft Holmes13-May-09 18:05
professionalMycroft Holmes13-May-09 18:05 
AnswerRe: restore database at an other server Pin
Rhys Jacob13-May-09 22:23
Rhys Jacob13-May-09 22:23 
QuestionHow to modify the foreach identifier? Pin
blackhattrick13-May-09 17:02
blackhattrick13-May-09 17:02 
AnswerRe: How to modify the foreach identifier? Pin
Luc Pattyn13-May-09 17:28
sitebuilderLuc Pattyn13-May-09 17:28 
JokeRe: How to modify the foreach identifier? Pin
Samer Aburabie13-May-09 20:22
Samer Aburabie13-May-09 20:22 
QuestionDynamically adding a action to a datagrid Pin
Brad Wick13-May-09 13:29
Brad Wick13-May-09 13:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.