Click here to Skip to main content
15,917,709 members
Home / Discussions / C#
   

C#

 
GeneralRe: Help about send file via blutooth Pin
sajjad.aghapouer14-May-09 7:09
sajjad.aghapouer14-May-09 7:09 
QuestionCards Anyone? Pin
IceWater4213-May-09 21:37
IceWater4213-May-09 21:37 
QuestionC# TCP Authentication HELP!! Pin
Serpendiem13-May-09 21:16
Serpendiem13-May-09 21:16 
QuestionRegarding Contructors Pin
Rajdeep.NET is BACK13-May-09 20:34
Rajdeep.NET is BACK13-May-09 20:34 
AnswerRe: Regarding Contructors Pin
stancrm13-May-09 20:41
stancrm13-May-09 20:41 
GeneralRe: Regarding Contructors Pin
Rajdeep.NET is BACK13-May-09 20:47
Rajdeep.NET is BACK13-May-09 20:47 
GeneralRe: Regarding Contructors Pin
Samer Aburabie13-May-09 20:55
Samer Aburabie13-May-09 20:55 
AnswerRe: Regarding Contructors Pin
OriginalGriff13-May-09 23:14
mveOriginalGriff13-May-09 23:14 
GeneralRe: Regarding Contructors Pin
Luc Pattyn14-May-09 1:25
sitebuilderLuc Pattyn14-May-09 1:25 
GeneralRe: Regarding Contructors Pin
Nagy Vilmos14-May-09 1:28
professionalNagy Vilmos14-May-09 1:28 
AnswerRe: Regarding Contructors PinPopular
Pete O'Hanlon13-May-09 21:59
mvePete O'Hanlon13-May-09 21:59 
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 

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.