LumiSoft Net Help
Decode_IMAP_UTF7_String Method (text)
NamespacesLumiSoft.NetCoreDecode_IMAP_UTF7_String(String)
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 BasicVisual 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
)
Parameters
text (String)
Text to encode.
Return Value

[Missing <returns> documentation for "M:LumiSoft.Net.Core.Decode_IMAP_UTF7_String(System.String)"]

Assembly: LumiSoft.Net (Module: LumiSoft.Net) Version: 2.0.3565.23855