InstantMessengerList.Item
InstantMessengerList indexer (1 of 2)
Default instant messenger address for specified category
public string this[InstantMessengerCategory category] { get; set; }
See Also
- class InstantMessengerCategory
- class InstantMessengerList
- namespace Aspose.Email.PersonalInfo
- assembly Aspose.Email
InstantMessengerList indexer (2 of 2)
Gets or sets the element at the specified index.
public InstantMessengerAddress this[int index] { get; set; }
Parameter | Description |
---|---|
index | The zero-based index of the element to get or set. |
Return Value
The element at the specified index.
See Also
- class InstantMessengerAddress
- class InstantMessengerList
- namespace Aspose.Email.PersonalInfo
- assembly Aspose.Email