WhiteSpaceParserReadFws Method Ipswitch.Messaging.Framework
reads the FWS at the current index the string and returns the ending index of the FWS

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

public static int ReadFws(
	string text,
	int currentIndex
)

Parameters

text
Type: SystemString
chunk of text to parse
currentIndex
Type: SystemInt32
current index

Return Value

Type: Int32

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

See Also

Reference