List of urls for contact More...
Inherits System::Collections::Generic::IList< System::SharedPtr< Aspose::Email::PersonalInfo::Url > >.
Public Member Functions | |
System::String | get_Profile () |
Default profile page More... | |
void | set_Profile (System::String value) |
Default profile page More... | |
System::String | get_HomePage () |
Default home page More... | |
void | set_HomePage (System::String value) |
Default home page More... | |
System::String | get_BusinessHomePage () |
Default work page More... | |
void | set_BusinessHomePage (System::String value) |
Default work page More... | |
System::String | get_Ftp () |
Default ftp page More... | |
void | set_Ftp (System::String value) |
Default ftp page More... | |
System::String | get_Blog () |
Default blog page More... | |
void | set_Blog (System::String value) |
Default blog page More... | |
int32_t | get_Count () const override |
Gets the number of elements contained in the T:System::Collections::ICollection. More... | |
bool | get_IsReadOnly () const override |
void | Add (const System::SharedPtr< Url > &value) override |
Adds an item to the list. More... | |
void | Insert (int32_t index, const System::SharedPtr< Url > &value) override |
Inserts an item to the list at the specified index. More... | |
System::SharedPtr< Url > | idx_get (int32_t index) const override |
Gets the element at the specified index. More... | |
void | idx_set (int32_t index, System::SharedPtr< Url > value) override |
Sets the element at the specified index. More... | |
bool | Contains (const System::SharedPtr< Url > &value) const override |
Determines whether the list contains a specific value. More... | |
void | Clear () override |
Removes all items from the list. More... | |
int32_t | IndexOf (const System::SharedPtr< Url > &value) const override |
Determines the index of a specific item in the list. More... | |
bool | Remove (const System::SharedPtr< Url > &value) override |
Removes the first occurrence of a specific object from the list. More... | |
void | RemoveAt (int32_t index) override |
Removes the list item at the specified index. More... | |
void | CopyTo (System::ArrayPtr< System::SharedPtr< Url >> array, int32_t index) override |
Copies the elements to an array, starting at a particular array index. More... | |
System::SharedPtr< System::Collections::Generic::IEnumerator< System::SharedPtr< Url > > > | GetEnumerator () override |
UrlList () | |
Protected Member Functions | |
virtual | ~UrlList () |
List of urls for contact
Aspose::Email::PersonalInfo::UrlList::UrlList | ( | ) |
|
protectedvirtual |
|
override |
Adds an item to the list.
value | The T:System::Object to add to the list. |
|
override |
Removes all items from the list.
|
override |
Determines whether the list contains a specific value.
value | The object to locate in the list. |
|
override |
Copies the elements to an array, starting at a particular array index.
array | The one-dimensional array that is the destination of the elements copied from collections. The array must have zero-based indexing. |
index | The zero-based index in array at which copying begins. |
System::String Aspose::Email::PersonalInfo::UrlList::get_Blog | ( | ) |
Default blog page
System::String Aspose::Email::PersonalInfo::UrlList::get_BusinessHomePage | ( | ) |
Default work page
|
override |
Gets the number of elements contained in the T:System::Collections::ICollection.
System::String Aspose::Email::PersonalInfo::UrlList::get_Ftp | ( | ) |
Default ftp page
System::String Aspose::Email::PersonalInfo::UrlList::get_HomePage | ( | ) |
Default home page
|
override |
System::String Aspose::Email::PersonalInfo::UrlList::get_Profile | ( | ) |
Default profile page
|
override |
Returns an enumerator that iterates through a collection.
|
override |
Gets the element at the specified index.
index | The zero-based index of the element to get or set. |
|
override |
Sets the element at the specified index.
index | The zero-based index of the element to get or set. |
value | The element at the specified index. |
|
override |
Determines the index of a specific item in the list.
value | The T:System::Object to locate in the list. |
|
override |
Inserts an item to the list at the specified index.
index | The zero-based index at which value should be inserted. |
value | The T:System::Object to insert into the list. |
|
override |
Removes the first occurrence of a specific object from the list.
value | The T:System::Object to remove from the list. |
|
override |
Removes the list item at the specified index.
index | The zero-based index of the item to remove. |
void Aspose::Email::PersonalInfo::UrlList::set_Blog | ( | System::String | value | ) |
Default blog page
void Aspose::Email::PersonalInfo::UrlList::set_BusinessHomePage | ( | System::String | value | ) |
Default work page
void Aspose::Email::PersonalInfo::UrlList::set_Ftp | ( | System::String | value | ) |
Default ftp page
void Aspose::Email::PersonalInfo::UrlList::set_HomePage | ( | System::String | value | ) |
Default home page
void Aspose::Email::PersonalInfo::UrlList::set_Profile | ( | System::String | value | ) |
Default profile page