WhiteSpaceParserReadCfws Method Ipswitch.Messaging.Framework
Starts from the current index reading thru any CFWS and returns the ending index of that CFWS

Namespace: Ipswitch.Messaging.Framework.Mail
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public static int ReadCfws(
	string text,
	int currentIndex
)

Parameters

text
Type: SystemString
chunk of text to parse
currentIndex
Type: SystemInt32
Current index of the string

Return Value

Type: Int32

[Missing <returns> documentation for "M:Ipswitch.Messaging.Framework.Mail.WhiteSpaceParser.ReadCfws(System.String,System.Int32)"]

See Also

Reference