nsIMsgTagService
| IID: | b897da55-8256-4cf5-892b-32e77bc7c50b |
| Inherits From: | nsISupports |
Methods
void addTag ( AString tag , ACString color , ACString ordinal )
void addTagForKey ( ACString key , AString tag , ACString color , ACString ordinal )
void deleteKey ( ACString key )
void getAllTags ( out PRUint32 count , out nsIMsgTag tagArray )
ACString getColorForKey ( ACString key )
ACString getKeyForTag ( AString tag )
ACString getOrdinalForKey ( ACString key )
AString getTagForKey ( ACString key )
ACString getTopKey ( char* keyList )
void setColorForKey ( ACString key , ACString color )
void setOrdinalForKey ( ACString key , ACString ordinal )
void setTagForKey ( ACString key , AString tag )
void addTagForKey ( ACString key , AString tag , ACString color , ACString ordinal )
- Arguments:
- key
- tag
- color
- ordinal
void getAllTags ( out PRUint32 count , out nsIMsgTag tagArray )
- Arguments:
- count
- tagArray
Reference documentation is generated from Mozilla's source.
