Decodes IMAP modified UTF7 encoded data. Defined in RFC 3501 5.1.3. Mailbox International Naming Convention.
Example: &APYA9g- is decoded to öö.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
[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
public: [ObsoleteAttribute(L"Use IMAP_Utils.Decode_IMAP_UTF7_String instead of it")] static String^ Decode_IMAP_UTF7_String( String^ text )
[<ObsoleteAttribute("Use IMAP_Utils.Decode_IMAP_UTF7_String instead of it")>] static member Decode_IMAP_UTF7_String : text : string -> string
Parameters
- text (String)
- Text to encode.
Return Value
String
[Missing <returns> documentation for "M:LumiSoft.Net.Core.Decode_IMAP_UTF7_String(System.String)"]
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119