Decodes IMAP modified UTF7 encoded data. Defined in RFC 3501 5.1.3. Mailbox International Naming Convention.
Example: &APYA9g- is decoded to öö.
| C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("Use IMAP_Utils.Decode_IMAP_UTF7_String instead of it")] public static string Decode_IMAP_UTF7_String( string text )
<ObsoleteAttribute("Use IMAP_Utils.Decode_IMAP_UTF7_String instead of it")> _ Public Shared Function Decode_IMAP_UTF7_String ( _ text As String _ ) As String
[ObsoleteAttribute(L"Use IMAP_Utils.Decode_IMAP_UTF7_String instead of it")] public: static String^ Decode_IMAP_UTF7_String( String^ text )
- text (String)
- Text to encode.
[Missing <returns> documentation for "M:LumiSoft.Net.Core.Decode_IMAP_UTF7_String(System.String)"]