LumiSoft Mail Server User API
Attributes Property
Namespaces > LumiSoft.Net.SDP > SDP > Attributes
Gets attributes collection. This is optional value, Count == 0 means not specified.
Syntax
C#Visual BasicManaged C++
public List<SDP_Attribute> Attributes { get; }
Public ReadOnly Property Attributes As List(Of SDP_Attribute)
public:
List<SDP_Attribute^>^ Attributes {
	List<SDP_Attribute^>^ get ();
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)