xemail-net : Xemail.Mail.Imap Namespace
Namespaces

To be added.

public class Namespaces


Remarks
To be added.
Members

See Also: Inherited members from object.

Constructors
To be added.
Properties
ServerNamespace
ArrayList . To be added.
SharedNamespace
ArrayList . To be added.
UserNamespace
ArrayList . To be added.
Methods
Member Details
Namespaces Constructor
public Namespaces ()

To be added.

Remarks
To be added.

AddServerNamespace
public void AddServerNamespace (string key, string name)

To be added.

Parameters
key
To be added.
name
To be added.
Remarks
To be added.

AddUserNamespace
public void AddUserNamespace (string key, string name)

To be added.

Parameters
key
To be added.
name
To be added.
Remarks
To be added.

AddSharedNamespace
public void AddSharedNamespace (string key, string name)

To be added.

Parameters
key
To be added.
name
To be added.
Remarks
To be added.

ServerNamespace
public ArrayList ServerNamespace { set; get; }

To be added.

Attributes: System.Xml.Serialization.XmlArrayItem(DataType="", ElementName="ServerNameSpace", Form=System.Xml.Schema.XmlSchemaForm.None, Namespace=null, IsNullable=False, Type=typeof(Xemail.Mail.Imap.Namespace), NestingLevel=0), System.Xml.Serialization.XmlArray(ElementName="ServerNameSpaces", Form=System.Xml.Schema.XmlSchemaForm.None, IsNullable=False, Namespace=null)

Value
To be added.
Remarks
To be added.

UserNamespace
public ArrayList UserNamespace { set; get; }

To be added.

Attributes: System.Xml.Serialization.XmlArrayItem(DataType="", ElementName="UserNameSpace", Form=System.Xml.Schema.XmlSchemaForm.None, Namespace=null, IsNullable=False, Type=typeof(Xemail.Mail.Imap.Namespace), NestingLevel=0), System.Xml.Serialization.XmlArray(ElementName="UserNameSpaces", Form=System.Xml.Schema.XmlSchemaForm.None, IsNullable=False, Namespace=null)

Value
To be added.
Remarks
To be added.

SharedNamespace
public ArrayList SharedNamespace { set; get; }

To be added.

Attributes: System.Xml.Serialization.XmlArrayItem(DataType="", ElementName="SharedNameSpace", Form=System.Xml.Schema.XmlSchemaForm.None, Namespace=null, IsNullable=False, Type=typeof(Xemail.Mail.Imap.Namespace), NestingLevel=0), System.Xml.Serialization.XmlArray(ElementName="SharedNameSpaces", Form=System.Xml.Schema.XmlSchemaForm.None, IsNullable=False, Namespace=null)

Value
To be added.
Remarks
To be added.