GetMailBody()

Syntax

Result$ = GetMailBody(#Mail)
Description
Return the specified #Mail body, previously set with SetMailBody().

Example:

  InitNetwork()

  If CreateMail(0, "test@purebasic.com", "Hello")
    SetMailBody(0, "This is the body")
    Debug GetMailBody(0) ; Will print "This is the body"
  EndIf

Supported OS

All

<- GetMailAttribute() - Mail Index - IsMail() ->