WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

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 addTag ( AString tag , ACString color , ACString ordinal )

Arguments:
tag
color
ordinal

void addTagForKey ( ACString key , AString tag , ACString color , ACString ordinal )

Arguments:
key
tag
color
ordinal

void deleteKey ( ACString key )

Arguments:
key

void getAllTags ( out PRUint32 count , out nsIMsgTag tagArray )

Arguments:
count
tagArray

ACString getColorForKey ( ACString key )

Arguments:
key

ACString getKeyForTag ( AString tag )

Arguments:
tag

ACString getOrdinalForKey ( ACString key )

Arguments:
key

AString getTagForKey ( ACString key )

Arguments:
key

ACString getTopKey ( char* keyList )

Arguments:
keyList

void setColorForKey ( ACString key , ACString color )

Arguments:
key
color

void setOrdinalForKey ( ACString key , ACString ordinal )

Arguments:
key
ordinal

void setTagForKey ( ACString key , AString tag )

Arguments:
key
tag

Reference documentation is generated from Mozilla's source.