Click here to Skip to main content
15,921,467 members
Home / Discussions / C#
   

C#

 
GeneralSynchronization Pin
peter27131-Nov-03 12:23
peter27131-Nov-03 12:23 
GeneralRe: Synchronization Pin
Jeff Varszegi1-Nov-03 20:42
professionalJeff Varszegi1-Nov-03 20:42 
GeneralRe: Synchronization Pin
peter27131-Nov-03 23:42
peter27131-Nov-03 23:42 
GeneralRe: Synchronization Pin
jparsons3-Nov-03 10:31
jparsons3-Nov-03 10:31 
QuestionDisplay MIME parts of e-mails? Pin
trungbkvn1-Nov-03 5:21
trungbkvn1-Nov-03 5:21 
AnswerRe: Display MIME parts of e-mails? Pin
Heath Stewart2-Nov-03 11:13
protectorHeath Stewart2-Nov-03 11:13 
GeneralRe: Display MIME parts of e-mails? Pin
trungbkvn4-Nov-03 1:13
trungbkvn4-Nov-03 1:13 
GeneralRe: Display MIME parts of e-mails? Pin
Heath Stewart4-Nov-03 2:29
protectorHeath Stewart4-Nov-03 2:29 
You should first see the RFCs for MIME, first: RFC 2045, RFC 2046, RFC 2048, and RFC 2049. You could also look in the Microsoft Exchange SDK documentation on MSDN.

MIME is delimited with boundaries in a hierarchical fashion based on the MIME multipart header. The hierarchy is the key. Each multipart will have separate boundary delimiters. For example, in a typical HTML mail, you will have something like the following:
Content-Type: multipart/related; boundary="=_A1"; type="multipart/alternative"
| --=_A1
+-Content-Type: multipart/alternativel; boundary="=_B2"
| | --=_B2
| +-Content-Type: text/plain
| | --=_B2
| +-Content-Type: text/html
| | --=_B2--
| --=_A1
+-Content-Type: image/gif
| --=_A1
+-Content-Type: image/jpeg
| --=_A1--
As you can see, each hierarchy has a different boundary delimiters.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: Display MIME parts of e-mails? Pin
trungbkvn4-Nov-03 2:35
trungbkvn4-Nov-03 2:35 
GeneralImages on Listview SubItems Pin
Mahesh Varma1-Nov-03 0:47
Mahesh Varma1-Nov-03 0:47 
GeneralRe: Images on Listview SubItems Pin
FocusedWolf14-Jan-04 13:09
FocusedWolf14-Jan-04 13:09 
GeneralRegularExpressions Pin
Rohde31-Oct-03 22:41
Rohde31-Oct-03 22:41 
GeneralRe: RegularExpressions Pin
Rohde31-Oct-03 23:58
Rohde31-Oct-03 23:58 
GeneralRe: RegularExpressions Pin
Blake Coverett1-Nov-03 15:56
Blake Coverett1-Nov-03 15:56 
GeneralRe: RegularExpressions Pin
Rohde1-Nov-03 21:16
Rohde1-Nov-03 21:16 
Generalsome body help me...........! Pin
Ahmed El Sherbeeny31-Oct-03 22:09
Ahmed El Sherbeeny31-Oct-03 22:09 
GeneralRetrieving an icon from an embedded resx Pin
scott3731-Oct-03 14:48
scott3731-Oct-03 14:48 
GeneralRe: Retrieving an icon from an embedded resx Pin
scott372-Nov-03 14:50
scott372-Nov-03 14:50 
Generalshutdown the computer Pin
bora3ee31-Oct-03 13:08
bora3ee31-Oct-03 13:08 
GeneralImage Pin
Gary Kirkham31-Oct-03 10:28
Gary Kirkham31-Oct-03 10:28 
GeneralRe: Image Pin
Blake Coverett31-Oct-03 11:38
Blake Coverett31-Oct-03 11:38 
GeneralConverting ASCII text to a string Pin
benglish7231-Oct-03 9:18
benglish7231-Oct-03 9:18 
GeneralRe: Converting ASCII text to a string Pin
J. Dunlap31-Oct-03 9:45
J. Dunlap31-Oct-03 9:45 
GeneralRe: Converting ASCII text to a string Pin
benglish7231-Oct-03 9:56
benglish7231-Oct-03 9:56 
GeneralSocket programming Pin
Søren Christensen31-Oct-03 8:46
Søren Christensen31-Oct-03 8:46 

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.