The Chilkat.Imap.SeparatorChar property has the type sbyte in C#, and SByte in VB.NET. This is how it can be set:
VB.NET:
imap.SeparatorChar = System.Convert.ToSByte("/")
C#:
imap.SeparatorChar = Convert.ToSByte('/');
Privacy
Statement. Copyright 2000-2011 Chilkat
Software, Inc. All rights reserved.
Send feedback to support@chilkatsoft.com Components for Microsoft Windows XP, 2000, 2003 Server, Vista, Windows 7, and Windows 95/98/NT4.