Namespaces shared with other users.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public List<NamespaceInfo> Shared { get; private set; }
Visual Basic
Public Property Shared As List(Of NamespaceInfo)
	Get
	Private Set
Visual C++
public:
property List<NamespaceInfo^>^ Shared {
	List<NamespaceInfo^>^ get ();
	private: void set (List<NamespaceInfo^>^ value);
}

See Also