Click here to Skip to main content
15,887,214 members
Home / Discussions / C#
   

C#

 
GeneralRe: strings Pin
Dave Kreskowiak9-Feb-05 17:04
mveDave Kreskowiak9-Feb-05 17:04 
GeneralSystem.Diagnostics.Process memory issue Pin
chunyu.net9-Feb-05 7:11
chunyu.net9-Feb-05 7:11 
GeneralRe: System.Diagnostics.Process memory issue Pin
S. Senthil Kumar9-Feb-05 8:41
S. Senthil Kumar9-Feb-05 8:41 
GeneralRe: System.Diagnostics.Process memory issue Pin
chunyu.net9-Feb-05 9:06
chunyu.net9-Feb-05 9:06 
Generalpassing char[] from c++ to c# in a web method from a lecacy c++ dll Pin
pleoncini9-Feb-05 5:49
pleoncini9-Feb-05 5:49 
GeneralListBox.TopIndex... Pin
cromag9-Feb-05 5:09
cromag9-Feb-05 5:09 
GeneralRe: ListBox.TopIndex... Pin
cromag9-Feb-05 5:17
cromag9-Feb-05 5:17 
GeneralReading Outlook Attachments using MAPI33 wrapper dll using C# Pin
keshavcn9-Feb-05 4:08
keshavcn9-Feb-05 4:08 
I'm using MAPI33 wrapper DLL in my C# program to read mails from Outlook/Exchange. I was using

the wrapper to avoid the popup messages thrown by the Outlook message guard and it almost workd

till I started reading attachments from a message. I was able to retreive attachment

size/number/name properites but was unable to open any of them. I'm facing problems with

IAttachment interface exposed by the wrapper.

This is how I'm trying to read attachments:


IAttachment tempAttach;
hr = msg.OpenAttach(intAttachNum,Guid.Empty,


__MAPI33__INTERNALS__.Message.FLAGS.DeferredErrors,


out tempAttach);

Above code gives a pointer to the Attachment object.

MAPI33.IUnknown stmUnKNown;
hr = tempAttach.OpenProperty(Tags.PR_ATTACH_DATA_BIN,

Guid.Empty,0,

__MAPI33__INTERNALS__.MAPIProp.FLAGS.DeferredErrors,

out stmUnKNown);

Above code is giving two types of errors depending on the Flag property i.e., for some I'm

getting "Invalid Property" and for others "Errors Returned."

Pls point me to any examples or additional information.
General.NET remoting error Pin
Member 16488299-Feb-05 3:49
Member 16488299-Feb-05 3:49 
GeneralRe: .NET remoting error Pin
S. Senthil Kumar9-Feb-05 8:43
S. Senthil Kumar9-Feb-05 8:43 
GeneralLogon User Pin
sharathgowda9-Feb-05 0:50
sharathgowda9-Feb-05 0:50 
GeneralRe: Logon User Pin
Mike Dimmick9-Feb-05 2:30
Mike Dimmick9-Feb-05 2:30 
GeneralRe: Logon User Pin
sharathgowda9-Feb-05 18:46
sharathgowda9-Feb-05 18:46 
GeneralRe: Logon User Pin
Heath Stewart11-Feb-05 7:05
protectorHeath Stewart11-Feb-05 7:05 
GeneralTabcontrol - transparent Pin
Member 13542768-Feb-05 23:49
Member 13542768-Feb-05 23:49 
GeneralUI control components for .Net Pin
ppp0018-Feb-05 23:16
ppp0018-Feb-05 23:16 
GeneralRe: UI control components for .Net Pin
Colin Angus Mackay8-Feb-05 23:58
Colin Angus Mackay8-Feb-05 23:58 
Generalmapi components for .net Pin
ppp0018-Feb-05 23:13
ppp0018-Feb-05 23:13 
QuestionHow to add Check Boxes for Extra Column in a DataGrid? Pin
pubududilena8-Feb-05 20:32
pubududilena8-Feb-05 20:32 
AnswerRe: How to add Check Boxes for Extra Column in a DataGrid? Pin
Christian Graus9-Feb-05 9:37
protectorChristian Graus9-Feb-05 9:37 
Generalget URL !!!! Pin
students552 university8-Feb-05 19:41
students552 university8-Feb-05 19:41 
GeneralRe: get URL !!!! Pin
Anonymous9-Feb-05 7:13
Anonymous9-Feb-05 7:13 
GeneralRe: get URL !!!! Pin
Heath Stewart9-Feb-05 15:04
protectorHeath Stewart9-Feb-05 15:04 
GeneralRe: get URL !!!! Pin
students552 university11-Feb-05 6:54
students552 university11-Feb-05 6:54 
GeneralRe: get URL !!!! Pin
Heath Stewart11-Feb-05 7:03
protectorHeath Stewart11-Feb-05 7:03 

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.