MessageObjectPropertyNameId Property |
Gets or sets the name id of the property if it's named.
Namespace:
Aspose.Email.Mapi.Msg
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public uint NameId { get; set; }
Public Property NameId As UInteger
Get
Set
public:
property unsigned int NameId {
unsigned int get ();
void set (unsigned int value);
}
member NameId : uint32 with get, set
Property Value
Type:
UInt32The name id.
See Also