There is the MailEncoding enumeration that has a member UUEncode which
Specifies that the e-mail message uses UUEncode encoding , you have to use
the namespace System.Web.Mail .
to encode some data , there is the ATL Function UUEncode
inline BOOL UUEncode( const BYTE* pbSrcData, int nSrcLen, LPSTR
szDest, int* pnDestLen, LPCTSTR lpszFile = _T("file"), DWORD dwFlags =
0 ) throw( );hope this would help