FlowFact - Entwicklungstools

zurück

Property - SalutationLetter
Briefanrede abfragen

Hinweis: Es kann auch ein Wert zugewiesen werden.
  Property SalutationLetter(ByVal Index As Integer) As String  
 


Index: Index der Anrede in der Liste
Rückgabewert: Briefanrede


Public Property Get SalutationLetter(ByVal Index As Integer) As String
    Dim strSubItem1 As String
    Dim strSubItem2 As String
    Dim strSubItem3 As String

    GetItem Index, strSubItem1, strSubItem2, strSubItem3

    SalutationLetter = strSubItem3
End Property