Android.Text.Util.Rfc822Tokenizer.Tokenize Method
This method will try to take a string like "Foo Bar (something) <foo\@google.com>, blah\@google.com (something)" and convert it into one or more Rfc822Tokens.

Syntax

[Android.Runtime.Register("tokenize", "(Ljava/lang/CharSequence;)[Landroid/text/util/Rfc822Token;", "")]
public static Rfc822Token[] Tokenize (Java.Lang.ICharSequence text)

Parameters

text
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

This method will try to take a string like "Foo Bar (something) <foo\@google.com>, blah\@google.com (something)" and convert it into one or more Rfc822Tokens. It does *not* decode MIME encoded-words; charset conversion must already have taken place if necessary. It will try to be tolerant of broken syntax instead of returning an error.

[Android Documentation]

Requirements

Namespace: Android.Text.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1