Zip Component, Email Component, Encryption Component ActiveX Control for Zip Compression .NET Components for ASP.NET
ActiveX and .NET Components for Zip Compression, Encryption, Email, XML, S/MIME, HTML Email, Character Encoding, Digital Certificates, FTP, and more ASP Email ActiveX Component


Index of Chilkat Blog Posts

December 6, 2007

Setting the IMAP Separator Char in VB.NET and C#

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.