Internet Mail Client Control FAQs/FunctionalityDoes the library support UUEncoding?
ID: S14E15 DATE:
N/A
The Internet Mail Client Control Library supports uuencoding for both sending and receiving messages.
- To send a uuencoded attachment set the
.Encoding property of the appropriate Section Object to uuencode before sending the message.
- Uuencoded attachments will be decoded automatically when receiving messages, you can examine the
.Encoding property of each Section Object in the message to determine how the message was encoded.
|